Module special_function

Source

Modules§

normal_distribution

Structs§

DefaultSpecialFn
A struct representing the default implementation of a special function.

Traits§

SpecialFn
The SpecialFn trait provides a collection of special mathematical functions that are commonly used in statistics, probability, and scientific computations. These methods are implemented to calculate specific special functions such as the error function (erf) and its complement, inverse error functions, the normal probability density function, and the inverse cumulative distribution function for a standard normal distribution.