bundles / scipy latest / scipy / stats / _multivariate / vonmises_fisher_frozen / pdf
function
scipy.stats._multivariate:vonmises_fisher_frozen.pdf
Signature
def pdf ( self , x ) Parameters
x: array_likePoints at which to evaluate the log of the probability density function. The last axis of
xmust correspond to unit vectors of the same dimensionality as the distribution.
Returns
pdf: ndarray or scalarProbability density function evaluated at
x.
Aliases
-
scipy.stats._multivariate.vonmises_fisher_frozen.pdf