scipy.stats.Normal.

scipy.stats.Normal.cache_policy#

property Normal.cache_policy#

{None, “no_cache”}: Specifies the extent to which intermediate results are cached. Left unspecified, intermediate results of some calculations (e.g. distribution support, moments, etc.) are cached to improve performance of future calculations. Pass 'no_cache' to reduce memory reserved by the class instance.