bundles / scipy latest / scipy / stats / _multivariate / vonmises_fisher_gen / fit
function
scipy.stats._multivariate:vonmises_fisher_gen.fit
Signature
def fit ( self , x ) Summary
Fit the von Mises-Fisher distribution to data.
Parameters
x: array-likeData the distribution is fitted to. Must be two dimensional. The second axis of
xmust be unit vectors of norm 1 and determine the dimensionality of the fitted von Mises-Fisher distribution.
Returns
mu: ndarrayEstimated mean direction.
kappa: floatEstimated concentration parameter.
Aliases
-
scipy.stats._multivariate.vonmises_fisher_gen.fit