{ } Raw JSON

bundles / scipy latest / scipy / stats / _multivariate / multivariate_normal_gen / _logpdf

function

scipy.stats._multivariate:multivariate_normal_gen._logpdf

source: /scipy/stats/_multivariate.py :567

Signature

def   _logpdf ( self x mean cov_object )

Summary

Log of the multivariate normal probability density function.

Parameters

x : ndarray

Points at which to evaluate the log of the probability density function

mean : ndarray

Mean of the distribution

cov_object : Covariance

An 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