ExcelFunctionsBetaDist Method |
Returns the beta cumulative distribution value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double BetaDist(
double x,
double alpha,
double beta
)
Parameters
- x Double
- The value at which to evaluate the distribution.
- alpha Double
- The alpha shape parameter.
- beta Double
- The beta shape parameter.
Return Value
DoubleThe cumulative probability.
See Also