Functions Class
Contains statistical and other useful math functions.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static class Functions
- Inheritance
- Object Functions
| 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).
|