{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / vonmises_fisher_frozen / logpdf

function

scipy.stats._multivariate:vonmises_fisher_frozen.logpdf

source: /scipy/stats/_multivariate.py :7653

Signature

def   logpdf ( self x )

Parameters

x : array_like

Points at which to evaluate the log of the probability density function. The last axis of x must correspond to unit vectors of the same dimensionality as the distribution.

Returns

logpdf : ndarray or scalar

Log of probability density function evaluated at x.

Aliases

  • scipy.stats._multivariate.vonmises_fisher_frozen.logpdf