{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _multivariate / vonmises_fisher_frozen / pdf

function

scipy.stats._multivariate:vonmises_fisher_frozen.pdf

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

Signature

def   pdf ( 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

pdf : ndarray or scalar

Probability density function evaluated at x.

Aliases

  • scipy.stats._multivariate.vonmises_fisher_frozen.pdf