bundles / scipy latest / scipy / stats / _multivariate / multivariate_t_gen / _logpdf
function
scipy.stats._multivariate:multivariate_t_gen._logpdf
Signature
def _logpdf ( self , x , loc , prec_U , log_pdet , df , dim , rank , cov_object = None ) Summary
Parameters
x: ndarrayPoints at which to evaluate the log of the probability density function.
loc: ndarrayLocation of the distribution.
prec_U: ndarrayA decomposition such that
np.dot(prec_U, prec_U.T)is the inverse of the shape matrix.log_pdet: floatLogarithm of the determinant of the shape matrix.
df: floatDegrees of freedom of the distribution.
dim: intDimension of the quantiles x.
rank: intRank 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