bundles / scipy 1.17.1 / scipy / stats / _multivariate / multivariate_normal_frozen / logcdf
function
scipy.stats._multivariate:multivariate_normal_frozen.logcdf
Signature
def logcdf ( self , x , * , lower_limit = None , rng = None ) Summary
Log of the multivariate normal cumulative distribution function.
Parameters
x: array_likeQuantiles, with the last axis of
xdenoting the components.maxpts: integer, optionalThe maximum number of points to use for integration (default
1000000*dim)abseps: float, optionalAbsolute error tolerance (default 1e-5)
releps: float, optionalRelative error tolerance (default 1e-5)
lower_limit: array_like, optionalLower limit of integration of the cumulative distribution function. Default is negative infinity. Must be broadcastable with
x.rng: Generator, optionalan instance of
np.random.Generator, which is used internally for QMC integration.
Returns
cdf: ndarray or scalarLog of the cumulative distribution function evaluated at
x
Notes
See class definition for a detailed description of parameters.
Aliases
-
scipy.stats._multivariate.multivariate_normal_frozen.logcdf