ANIMA  4.0
Namespaces | Functions
animaVMFDistribution.h File Reference
#include <vector>
#include <itkPoint.h>
#include "animaVMFDistribution.hxx"
+ Include dependency graph for animaVMFDistribution.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 anima
 

Functions

template<class VectorType , class ScalarType >
double anima::ComputeVMFPdf (const VectorType &v, const VectorType &meanDirection, const ScalarType &kappa)
 
template<class ScalarType >
double anima::GetVonMisesConcentrationMLE (const ScalarType rbar)
 Maximum likelihood estimation of the concentration parameter of the 2D von Mises distribution according to Mardia, Statistics of Directional Data, 1972. More...
 
template<class ScalarType , unsigned int Dimension>
double anima::VMFDistance (const itk::Point< ScalarType, Dimension > &muFirst, const double &kappaFirst, const itk::Point< ScalarType, Dimension > &muSec, const double &kappaSec)