WeibullBestFitOptions Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
== Properties== | == Properties== | ||
* | *{{Template:WeibullBestFitOptions.AllowExponential1|AllowExponential1]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowExponential1.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowExponential2|AllowExponential2]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowExponential2.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowNormal|AllowNormal]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowNormal.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowLognormal|AllowLognormal]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowLognormal.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowWeibull2|AllowWeibull2]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowWeibull2.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowWeibull3|AllowWeibull3]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowWeibull3.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowGamma|AllowGamma]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowGamma.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowGenGamma|AllowGenGamma]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowGenGamma.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowLogistic|AllowLogistic]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowLogistic.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowLoglogistic|AllowLoglogistic]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowLoglogistic.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.AllowGumbel|AllowGumbel]]'''{{APIComment|{{Template:WeibullBestFitOptions.AllowGumbel.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.Analysis|Analysis]]'''{{APIComment|{{Template:WeibullBestFitOptions.Analysis.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.RankingMethod|RankingMethod]]'''{{APIComment|{{Template:WeibullBestFitOptions.RankingMethod.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.UseRSRegression|UseRSRegression]]'''{{APIComment|{{Template:WeibullBestFitOptions.UseRSRegression.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.ConfBounds|ConfBounds]]'''{{APIComment|{{Template:WeibullBestFitOptions.ConfBounds.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.UngroupGroupedData|UngroupGroupedData]]'''{{APIComment|{{Template:WeibullBestFitOptions.UngroupGroupedData.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.SortBeforeCalculations|SortBeforeCalculations]]'''{{APIComment|{{Template:WeibullBestFitOptions.SortBeforeCalculations.Cmt}}}} | ||
* | *{{Template:WeibullBestFitOptions.UseSpecialSort|UseSpecialSort]]'''{{APIComment|{{Template:WeibullBestFitOptions.UseSpecialSort.Cmt}}}} | ||
== Formatted Usage Example == | == Formatted Usage Example == |
Revision as of 20:21, 6 February 2014
This page contains the WeibullBestFitOptions Class properties that allow distributions and rankings within the Distribution Wizard in a Weibull++ folio. See BestFitSettings for settings.
Properties
- {{Template:WeibullBestFitOptions.AllowExponential1|AllowExponential1]] Sets whether the 1-parameter exponential distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowExponential2|AllowExponential2]] Sets whether the 2-parameter exponential distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowNormal|AllowNormal]] Sets whether the normal distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowLognormal|AllowLognormal]] Sets whether the lognormal distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowWeibull2|AllowWeibull2]] Sets whether the 2-parameter Weibull distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowWeibull3|AllowWeibull3]] Sets whether the 3-parameter Weibull distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowGamma|AllowGamma]] Sets whether the gamma distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowGenGamma|AllowGenGamma]] Sets whether the generalized gamma distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowLogistic|AllowLogistic]] Sets whether the logistic distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowLoglogistic|AllowLoglogistic]] Sets whether the log-logistic distribution will be considered.
- {{Template:WeibullBestFitOptions.AllowGumbel|AllowGumbel]] Sets whether the Gumbel distribution will be considered.
- {{Template:WeibullBestFitOptions.Analysis|Analysis]] Sets the Weibull solver analysis methods
- {{Template:WeibullBestFitOptions.RankingMethod|RankingMethod]] Sets ranking method
- {{Template:WeibullBestFitOptions.UseRSRegression|UseRSRegression]] Sets whether or not to use RSRegression
- {{Template:WeibullBestFitOptions.ConfBounds|ConfBounds]] Sets Confidence Bounds
- {{Template:WeibullBestFitOptions.UngroupGroupedData|UngroupGroupedData]] Sets whether or not data is ungrouped data
- {{Template:WeibullBestFitOptions.SortBeforeCalculations|SortBeforeCalculations]] Sets whether or not data is sorted before calculations.
- {{Template:WeibullBestFitOptions.UseSpecialSort|UseSpecialSort]] Sets whether or not to Special Sort.
Formatted Usage Example
Declare the WeibullDataSet. See New WeibullDataSet for additional details.
Dim WDS as New WeibullDataSet
Set the various Settings.
WDS.BestFitSettings.AllowExponential1 = True WDS.BestFitSettings.AllowExponential2 = True WDS.BestFitSettings.AllowNormal = True WDS.BestFitSettings.AllowLognormal = True WDS.BestFitSettings.AllowWeibull2 = True WDS.BestFitSettings.AllowWeibull3 = True WDS.BestFitSettings.AllowGamma = True WDS.BestFitSettings.AllowGenGamma = True WDS.BestFitSettings.AllowLogistic = True WDS.BestFitSettings.AllowLoglogistic = True WDS.BestFitSettings.AllowGumbel = True WDS.BestFitSettings.Analysis = WeibullSolverMethod.MLE WDS.BestFitSettings.RankingMethod = WeibullSolverRankMethod.Median WDS.BestFitSettings.UseRSRegression = False WDS.BestFitSettings.ConfBounds = WeibullSolverCBMethod.FisherMatrix WDS.BestFitSettings.UngroupGroupedData = False WDS.BestFitSettings.SortBeforeCalculations = True WDS.BestFitSettings.UseSpecialSort = True