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}}
{{APIComment|Allow fitting with 1-P Exponentional}}<br>
{{APIPrefix|Public}}AllowExponential1{{APIPrefix|As Boolean}}= True
{{APIPrefix|Public}}AllowExponential1{{APIPrefix|As Boolean}}= True


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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

Revision as of 21:26, 12 September 2013



Declaration

Allow fitting with 1-P Exponentional
PublicAllowExponential1As Boolean= True

Allow fitting with 2-P Exponentional
PublicAllowExponential2As Boolean= True

Allow fitting with Normal
PublicAllowNormalAs Boolean= True

Allow fitting with LogNormal
PublicAllowLognormalAs Boolean= True

Allow fitting with Weibull 2P
PublicAllowWeibull2As Boolean= True

Allow fitting with Weibull 3P
PublicAllowWeibull3As Boolean= True

Allow fitting with Gamma
PublicAllowGammaAs Boolean= True

Allow fitting with GenGamma
PublicAllowGenGammaAs Boolean= True

Allow fitting with Logistic
PublicAllowLogisticAs Boolean= True

Allow fitting with LogLogistic
PublicAllowLoglogisticAs Boolean= True

Allow fitting with Gumbel
PublicAllowGumbelAs Boolean= True

Set Analysis from WeibullSolverMethod Enum
PublicAnalysisAs WeibullSolverMethod= WeibullSolverMethod.MLE

Set Ranking Method from WeibullSolverRankMethod Enum
PublicRankingMethodAs WeibullSolverRankMethod= WeibullSolverRankMethod.Median

Set to use RS Regression method
PublicUseRSRegressionAs Boolean= False

Set the Confidence method from the WeibullSolverCBMethod Enum.
PublicConfBoundsAs WeibullSolverCBMethod= WeibullSolverCBMethod.FisherMatrix

Set to ungroup any grouped data.
PublicUngroupGroupedDataAs Boolean= False

Set to sort data before calculation.
PublicSortBeforeCalculationsAs Boolean= True

Set to use Special Sort.
PublicUseSpecialSortAs Boolean= True