Loading [MathJax]/extensions/tex2jax.js
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
mx::math::fit::array2FitWeibull< realT > Struct Template Reference

template<typename realT>
struct mx::math::fit::array2FitWeibull< realT >

Wrapper for a native array to pass to levmarInterface, with Weibull details.

Definition at line 175 of file fitWeibull.hpp.

#include <math/fit/fitWeibull.hpp>

Public Attributes

realT * data { nullptr }
 Pointer to the array.
 
size_t n { 0 }
 dimension of the array
 
realT x0 { 0 }
 the location parameter.
 
realT k { 0 }
 the shape parameter
 
realT lambda { 0 }
 the scale parameter
 

Member Data Documentation

◆ data

template<typename realT >
realT* mx::math::fit::array2FitWeibull< realT >::data { nullptr }

Pointer to the array.

Definition at line 177 of file fitWeibull.hpp.

◆ k

template<typename realT >
realT mx::math::fit::array2FitWeibull< realT >::k { 0 }

the shape parameter

Definition at line 181 of file fitWeibull.hpp.

◆ lambda

template<typename realT >
realT mx::math::fit::array2FitWeibull< realT >::lambda { 0 }

the scale parameter

Definition at line 182 of file fitWeibull.hpp.

◆ n

template<typename realT >
size_t mx::math::fit::array2FitWeibull< realT >::n { 0 }

dimension of the array

Definition at line 178 of file fitWeibull.hpp.

◆ x0

template<typename realT >
realT mx::math::fit::array2FitWeibull< realT >::x0 { 0 }

the location parameter.

Definition at line 180 of file fitWeibull.hpp.


The documentation for this struct was generated from the following file: