scipy.stats.Uniform.
scipy.stats.Uniform.cache_policy#
- property Uniform.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.