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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.