Functions Class

Contains statistical and other useful math functions.

Definition

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static class Functions
Inheritance
Object    Functions

Methods

AustraRetrieves a random haiku.
BetaComputes the Beta function.
ErfCalculates the error function.
ErfcCalculates the complementary error function.
ErfcInvCalculates the complementary inverse error function evaluated at z.
ErfInvCalculates the inverse error function evaluated at z.
GammaComputes the Gamma function.
GammaLnComputes 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.
NCdfThe 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).

See Also