StatisticFormula.BetaFunction(Double, Double) Method

Definition

Returns the beta function value for two given values.

C#
public double BetaFunction(double m, double n);

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

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1