WOLFRAM SYSTEM MODELER

partialDensity

Common interface of probability density functions

Wolfram Language

In[1]:=
SystemModel["Modelica.Math.Distributions.Interfaces.partialDensity"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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

Inputs (1)

u

Type: Real

Description: Random number over the real axis (-inf < u < inf)

Outputs (1)

y

Type: Real

Description: Density of u

Extended by (4)

partialTruncatedDensity

Modelica.Math.Distributions.Interfaces

Common interface of truncated probability density functions

density

Modelica.Math.Distributions.Weibull

Density of Weibull distribution

density

Modelica.Math.Distributions.Normal

Density of normal distribution

density

Modelica.Math.Distributions.Uniform

Density of uniform distribution

Revisions

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