Return the cumulative probability to the right of (above) 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 1-P(x1) to obtain a result above the reference point.
Remarks
In survival analysis, the right probability function is commonly called the survival function, because it gives the fraction of the population remaining after the given time.