StatisticFormula.BetaFunction(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.