Click or drag to resize

ExcelFunctionsBetaDist Method

Returns the beta cumulative distribution value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Double
The cumulative probability.
See Also