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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.