{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / multivariate_t_gen / _logpdf

function

scipy.stats._multivariate:multivariate_t_gen._logpdf

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

Signature

def   _logpdf ( self x loc prec_U log_pdet df dim rank cov_object = None )

Summary

Utility method pdf, logpdf for parameters.

Parameters

x : ndarray

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

loc : ndarray

Location of the distribution.

prec_U : ndarray

A decomposition such that np.dot(prec_U, prec_U.T) is the inverse of the shape matrix.

log_pdet : float

Logarithm of the determinant of the shape matrix.

df : float

Degrees of freedom of the distribution.

dim : int

Dimension of the quantiles x.

rank : int

Rank of the shape matrix.

Notes

As this function does no argument checking, it should not be called directly; use 'logpdf' instead.

Aliases

  • scipy.stats._multivariate.multivariate_t_gen._logpdf