bundles / scipy 1.17.1 / scipy / stats / _multivariate / wishart_gen / pdf
function
scipy.stats._multivariate:wishart_gen.pdf
Signature
def pdf ( self , x , df , scale ) Summary
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: ndarrayProbability density function evaluated at
x
Aliases
-
scipy.stats._multivariate.wishart_gen.pdf