#include <cmath>
#include "animaVMFDistribution.h"
#include <animaVectorOperations.h>
#include <animaLogarithmFunctions.h>
#include <vnl/vnl_matrix.h>
#include <itkMacro.h>
Go to the source code of this file.
|
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) |
|