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