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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.