The lestSquaresFunction struct for Non-Linear-Least-Squres fit of Kurtosis.
More...
#include <itkKurtosisFitFunctor.h>
The lestSquaresFunction struct for Non-Linear-Least-Squres fit of Kurtosis.
Definition at line 59 of file itkKurtosisFitFunctor.h.
itk::KurtosisFitFunctor::lestSquaresFunction::lestSquaresFunction |
( |
unsigned int |
number_of_measurements | ) |
|
|
inline |
void itk::KurtosisFitFunctor::lestSquaresFunction::f |
( |
const vnl_vector< double > & |
x, |
|
|
vnl_vector< double > & |
fx |
|
) |
| |
|
inlineoverride |
void itk::KurtosisFitFunctor::lestSquaresFunction::set_bvalues |
( |
const vnl_vector< double > & |
x | ) |
|
|
inline |
void itk::KurtosisFitFunctor::lestSquaresFunction::set_measurements |
( |
const vnl_vector< double > & |
x | ) |
|
|
inline |
void itk::KurtosisFitFunctor::lestSquaresFunction::set_reference_measurement |
( |
const double & |
x | ) |
|
|
inline |
vnl_vector<double> itk::KurtosisFitFunctor::lestSquaresFunction::bValueVector |
vnl_vector<double> itk::KurtosisFitFunctor::lestSquaresFunction::measurements |
int itk::KurtosisFitFunctor::lestSquaresFunction::N |
double itk::KurtosisFitFunctor::lestSquaresFunction::S0 |
The documentation for this struct was generated from the following file: