Returns the cumulative probability to the left of (below) the given point.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
Parameters
- x
- Double
The reference point.
Return Value
The integrated probability to obtain a result below the reference point.
Remarks
The left probability function is commonly called the cumulative distribution function (CDF).