toQuantile

alias toQuantile = convertTo!Quantile

Examples

Quantile!double qf = GammaSQuantile!double(1, 3).toQuantile;

Meta