pystra.distributions.distribution.StdNormal# class StdNormal[source]# Bases: object A performant implementation of the standard normal distribution providing the basic functions PDF, CDF, and inverse CDF, since these are used frequently in the algorithms. Methods cdf pdf ppf