.Modelica_Noise.Math.Distributions.Interfaces.partialDensity

Common interface of probability density functions

Information

A partial function containing the common arguments of the probability density functions.

Interface

partial function partialDensity
  extends Modelica.Icons.Function;
  input Real u "Random number over the real axis (-inf < u < inf)";
  output Real y "Density of u";
end partialDensity;

Revisions

Date Description
June 22, 2015
Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control


Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos