bundles / scipy latest / scipy / stats / _multivariate / invwishart_gen / logpdf
function
scipy.stats._multivariate:invwishart_gen.logpdf
Signature
def logpdf ( self , x , df , scale ) Summary
Log of the inverse Wishart probability density function.
Parameters
x: array_likeQuantiles, with the last axis of
xdenoting the components. Each quantile must be a symmetric positive definite matrix.df: intDegrees of freedom, must be greater than or equal to dimension of the scale matrix
scale: array_likeSymmetric positive definite scale matrix of the distribution
Returns
pdf: ndarrayLog of the probability density function evaluated at
x
Aliases
-
scipy.stats._multivariate.invwishart_gen.logpdf