BinomialDistributionCDF(Double, Double, Int32) Method |
Returns the cumulative distribution function for the specified value, probability, and trial count.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double CDF(
double x,
double p,
int n
)
Parameters
- x Double
- The function argument.
- p Double
- The probability of success.
- n Int32
- The number of trials.
Return Value
DoubleThe cumulative probability at
x.
See Also