bundles / scipy latest / scipy / stats / _multivariate / multivariate_normal_gen / _logpdf
function
scipy.stats._multivariate:multivariate_normal_gen._logpdf
Signature
def _logpdf ( self , x , mean , cov_object ) Summary
Log of the multivariate normal probability density function.
Parameters
x: ndarrayPoints at which to evaluate the log of the probability density function
mean: ndarrayMean of the distribution
cov_object: CovarianceAn object representing the Covariance matrix
Notes
As this function does no argument checking, it should not be called directly; use 'logpdf' instead.
Aliases
-
scipy.stats._multivariate.multivariate_normal_gen._logpdf