Statistics::ExponentFit Function

Overload List

#SignatureDescription
1void ExponentFit(TVec *X, double &mu);Calculate parameters for exponentialy distributed values.
2void ExponentFit(TVec *X, double &mu, DewArray<double> &PCIMu, double Alpha = 0.05);Calculate parameters for exponentially distributed values.

Overload 1: void ExponentFit(TVec *X, double &mu);

Calculate parameters for exponentialy distributed values.

#NameTypeDescription
1XTVec *
2mudouble &
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler

Overload 2: void ExponentFit(TVec *X, double &mu, DewArray<double> &PCIMu, double Alpha = 0.05);

Calculate parameters for exponentially distributed values.

#NameTypeDescription
1XTVec *Stores data which is assumed to be exponentialy distributed.
2mudouble &Returns exponential distribution parameter estimator.
3PCIMuDewArray<double> &Mu (1-Alpha)*100 percent confidence interval.
4Alpha = 0.05doubleConfidence interval percentage.
See Also: RandomExponent, ExponentStat
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler