toCDF

alias toCDF = convertTo!CDF

Examples

CDF!double cdf = GammaSCDF!double(1, 3).toCDF;

Meta