| Value | Description |
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
|