BetaDistributionCDF(Double, Double, Double) Method |
Calculates the cumulative distribution function for the specified parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double CDF(
double x,
double A,
double B
)
Parameters
- x Double
- Argument.
- A Double
- First parameter of the distribution.
- B Double
- Second parameter of the distribution.
Return Value
Double
The probability that the random variable is less than or equal to
x.
See Also