StatisticFormula.BetaFunction(Double, Double) Method

Definition

Returns the beta function value for two given values.

public:
 double BetaFunction(double m, double n);
public double BetaFunction (double m, double n);
member this.BetaFunction : double * double -> double
Public Function BetaFunction (m As Double, n As Double) As Double

Parameters

m
Double

The first value for the beta function.

n
Double

The second value for the beta function.

Returns

A double value that represents the beta function for the two given values.

Remarks

This method returns the beta function value for two given values that are specified by m and n.

Applies to