bundles / scipy 1.17.1 / scipy / stats / _multivariate / vonmises_fisher_gen / logpdf
function
scipy.stats._multivariate:vonmises_fisher_gen.logpdf
Signature
def logpdf ( self , x , mu = None , kappa = 1 ) Summary
Log of the von Mises-Fisher probability density function.
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.mu: array_like, default: NoneMean direction of the distribution. Must be a one-dimensional unit vector of norm 1.
kappa: float, default: 1Concentration parameter. Must be positive.
Returns
logpdf: ndarray or scalarLog of the probability density function evaluated at
x.
Aliases
-
scipy.stats._multivariate.vonmises_fisher_gen.logpdf