flopscope.

flopscope.stats.norm

flopscope.stats.norm

Normal (Gaussian) continuous random variable.

This object mirrors scipy.stats.norm and uses the standard loc/scale parameterization.

Notes

loc is the mean and scale is the standard deviation. Cost constants are composite (rational-approximation + transcendental kernels), weight 1.0: pdf=27 FLOPs/elem, cdf=48 FLOPs/elem, ppf=83 FLOPs/elem.