atmosphere.quantile

Members

Aliases

toQuantile
alias toQuantile = convertTo!Quantile

Classes

NumericQuantile
class NumericQuantile(T)

Class to compute quantile function as root of it's cumulative density function. Unstable algorithm.

Interfaces

Quantile
interface Quantile(T)

Quantile function interface

Structs

GammaSQuantile
struct GammaSQuantile(T)

Quantile function of the gamma distribution

GeneralizedGammaSQuantile
struct GeneralizedGammaSQuantile(T)

Quantile function of the generalized gamma distribution

InverseGammaSQuantile
struct InverseGammaSQuantile(T)

Quantile function of the inverse-gamma distribution

Meta

License

MIT