functioncumulative

Cumulative distribution function of discrete distribution

Extends from Modelica.Math.Distributions.Interfaces.partialCumulative (Common interface of cumulative distribution functions).

Information

This function returns the cumulative distribution function according to a discrete distribution.

For more details of this distribution see Wikipedia.

Inputs

TypeNameDefaultDescription
Realu (from partialCumulative)Value over the real axis (-inf < u < inf)
Real[:]x{0, 1}Discrete values to be chosen from
Real[size(x, 1)]pones(size(x, 1))/size(x, 1)The probabilities of the discrete values

Outputs

TypeNameDefaultDescription
Realy (from partialCumulative)Value in the range 0 <= y <= 1