This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.rv_discrete.freeze¶
-
rv_discrete.
freeze
(self, *args, **kwds)[source]¶ Freeze the distribution for the given arguments.
- Parameters
- arg1, arg2, arg3,…array_like
The shape parameter(s) for the distribution. Should include all the non-optional arguments, may include
loc
andscale
.
- Returns
- rv_frozenrv_frozen instance
The frozen distribution.