public final class ProperGeneralizedInverseGaussianCDF(T) : NumericCDF!T

Proper generalized inverse Gaussian CDF. Unstable algorithm.

Example

auto cdf = new ProperGeneralizedInverseGaussianCDF!double(3, 2, 4);
auto x = cdf(0.1);
assert(isNormal(x));

public this(
    T lambda, 
    T eta, 
    T omega)

Constructor

Functions

this

Constructor