WeibullBestFitOptions Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}} == Declaration == {{APIPrefix|Public Class}}{{APIName|WeibullBestFitOptions}} :{{APIPrefix|Public}} {{APINa…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
:{{APIPrefix|Public}} {{APIName|SortBeforeCalculations}} {{APIPrefix|As Boolean}} | :{{APIPrefix|Public}} {{APIName|SortBeforeCalculations}} {{APIPrefix|As Boolean}} | ||
:{{APIPrefix|Public}} {{APIName|UseSpecialSort}} {{APIPrefix|As Boolean}} | :{{APIPrefix|Public}} {{APIName|UseSpecialSort}} {{APIPrefix|As Boolean}} | ||
:{{APIPrefix|End Class}} | |||
{{APIComment|Whether each weibull distribution is the best fit}} | {{APIComment|Whether each weibull distribution is the best fit}} |
Revision as of 16:21, 10 September 2013
Declaration
Public Class WeibullBestFitOptions
- Public AllowExponential1 As Boolean
- Public AllowExponential2 As Boolean
- Public AllowNormal As Boolean}}
- Public AllowLognormal As Boolean
- Public AllowWeibull2 As Boolean
- Public AllowWeibull3 As Boolean
- Public AllowGamma As Boolean
- Public AllowGenGamma As Boolean
- Public AllowLogistic As Boolean
- Public AllowLoglogistic As Boolean
- Public AllowGumbel As Boolean
- Public Analysis As WeibullSolverMethod = WeibullSolverMethod.MLE
- Public RankingMethod As WeibullSolverRankMethod = WeibullSolverRankMethod.Median
- Public UseRSRegression As Boolean
- Public ConfBounds As WeibullSolverCBMethod = WeibullSolverCBMethod.FisherMatrix
- Public UngroupGroupedData As Boolean
- Public SortBeforeCalculations As Boolean
- Public UseSpecialSort As Boolean
- End Class
Whether each weibull distribution is the best fit