| mxlib
    c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo] | 
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 | |
| realT* mx::math::fit::array2FitWeibull< realT >::data { nullptr } | 
Pointer to the array.
Definition at line 177 of file fitWeibull.hpp.
| realT mx::math::fit::array2FitWeibull< realT >::k { 0 } | 
the shape parameter
Definition at line 181 of file fitWeibull.hpp.
| realT mx::math::fit::array2FitWeibull< realT >::lambda { 0 } | 
the scale parameter
Definition at line 182 of file fitWeibull.hpp.
| size_t mx::math::fit::array2FitWeibull< realT >::n { 0 } | 
dimension of the array
Definition at line 178 of file fitWeibull.hpp.
| realT mx::math::fit::array2FitWeibull< realT >::x0 { 0 } | 
the location parameter.
Definition at line 180 of file fitWeibull.hpp.