WeibullBestFitOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


== Declaration  ==
== Declaration  ==
{{APIComment|Allow fitting with 1-P Exponentional}}<br>
{{Template:WeibullBestFitOptions.AllowExponential1}}
{{APIPrefix|Public}}AllowExponential1{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with 2-P Exponentional}}<br>
{{Template:WeibullBestFitOptions.AllowExponential2}}
{{APIPrefix|Public}}AllowExponential2{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with Normal}}<br>
{{Template:WeibullBestFitOptions.AllowNormal}}
{{APIPrefix|Public}}AllowNormal{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with LogNormal}}<br>
{{Template:WeibullBestFitOptions.AllowLognormal}}
{{APIPrefix|Public}}AllowLognormal{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with Weibull 2P}}<br>
{{Template:WeibullBestFitOptions.AllowWeibull2}}
{{APIPrefix|Public}}AllowWeibull2{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with Weibull 3P}}<br>
{{Template:WeibullBestFitOptions.AllowWeibull3}}
{{APIPrefix|Public}}AllowWeibull3{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with Gamma}}<br>
{{Template:WeibullBestFitOptions.AllowGamma}}
{{APIPrefix|Public}}AllowGamma{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with GenGamma}}<br>
{{Template:WeibullBestFitOptions.AllowGenGamma}}
{{APIPrefix|Public}}AllowGenGamma{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with Logistic}}<br>
{{Template:WeibullBestFitOptions.AllowLogistic}}
{{APIPrefix|Public}}AllowLogistic{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with LogLogistic}}<br>
{{Template:WeibullBestFitOptions.AllowLoglogistic}}
{{APIPrefix|Public}}AllowLoglogistic{{APIPrefix|As Boolean}}= True


{{APIComment|Allow fitting with Gumbel}}<br>
{{Template:WeibullBestFitOptions.AllowGumbel}}
{{APIPrefix|Public}}AllowGumbel{{APIPrefix|As Boolean}}= True


{{APIComment|Set Analysis from [[WeibullSolverMethod]] Enum}}<br>
{{Template:WeibullBestFitOptions.Analysis}}
{{APIPrefix|Public}}Analysis{{APIPrefix|As [[WeibullSolverMethod]]}}= [[WeibullSolverMethod]].MLE


{{APIComment|Set Ranking Method from [[WeibullSolverRankMethod]] Enum}}<br>
{{Template:WeibullBestFitOptions.RankingMethod}}
{{APIPrefix|Public}}RankingMethod{{APIPrefix|As [[WeibullSolverRankMethod]]}}= [[WeibullSolverRankMethod]].Median


{{APIComment|Set to use RS Regression method}}<br>
{{Template:WeibullBestFitOptions.UseRSRegression}}
{{APIPrefix|Public}}UseRSRegression{{APIPrefix|As Boolean}}= False


{{APIComment|Set the Confidence method from the [[WeibullSolverCBMethod]] Enum.}}<br>
{{Template:WeibullBestFitOptions.ConfBounds}}
{{APIPrefix|Public}}ConfBounds{{APIPrefix|As [[WeibullSolverCBMethod]]}}= [[WeibullSolverCBMethod]].FisherMatrix


{{APIComment|Set to ungroup any grouped data.}}<br>
{{Template:WeibullBestFitOptions.UngroupGroupedData}}
{{APIPrefix|Public}}UngroupGroupedData{{APIPrefix|As Boolean}}= False


{{APIComment|Set to sort data before calculation.}}<br>
{{Template:WeibullBestFitOptions.SortBeforeCalculations}}
{{APIPrefix|Public}}SortBeforeCalculations{{APIPrefix|As Boolean}}= True


{{APIComment|Set to use Special Sort.}}<br>
{{Template:WeibullBestFitOptions.UseSpecialSort}}
{{APIPrefix|Public}}UseSpecialSort{{APIPrefix|As Boolean}}= True

Revision as of 01:00, 14 September 2013