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
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u (from partialCumulative) | Value over the real axis (-inf < u < inf) | |
| Real[:] | x | {0, 1} | Discrete values to be chosen from |
| Real[size(x, 1)] | p | ones(size(x, 1))/size(x, 1) | The probabilities of the discrete values |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from partialCumulative) | Value in the range 0 <= y <= 1 |