[Home] Module FlyingFrog.Special


Special functions from mathematics

Modules (as contributed by assembly 'FSharpForNumerics')

ModuleDescription
FlyingFrog.Special.Bessel Bessel functions
FlyingFrog.Special.Complex Special functions over complex numbers

Values

ValueDescription
val beta : float -> float -> float
Beta function over real numbers
val erf : (float -> float)
Error function
val gamma : float -> float
Gamma function over real numbers
val gammaln : float -> float
Natural log of the Gamma function over real numbers
val gaussian : float -> float -> float -> float
Gaussian with given mean and standard deviation
val heaviside : float -> float
The heaviside step function
val kronecker : int -> int -> int
The Kronecker delta function
val probit : (float -> float)
Inverse cumulative distribution function of the Normal distribution
val sinc : float -> float
The sinc function

See Also

FlyingFrog


Documentation for assembly FSharpForNumerics, version 0.2.0.2, generated using F# Programming Language version 1.9.6.16