Functions Methods |
The Functions type exposes the following members.
| Name | Description | |
|---|---|---|
| Austra | Retrieves a random haiku. | |
| Beta | Computes the Beta function. | |
| Erf | Calculates the error function. | |
| Erfc | Calculates the complementary error function. | |
| ErfcInv | Calculates the complementary inverse error function evaluated at z. | |
| ErfInv | Calculates the inverse error function evaluated at z. | |
| Gamma | Computes the Gamma function. | |
| GammaLn | Computes the logarithm of the Gamma function. | |
| Hypotenuse(Double) | Numerically stable hypotenuse of a right angle triangle. | |
| Hypotenuse(Double, Double) | Numerically stable hypotenuse of a right angle triangle. | |
| NCdf | The normal cumulative distribution function. | |
| NRandom | Generates a random number from a normal distribution with mean 0 and standard deviation 1. | |
| Probit | Compute the inverse of the standard normal cumulative distribution function. | |
| Random | Generates a random number from a uniform distribution in the interval [0, 1). |