WeibullBestFitOptions Class: Difference between revisions
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
== Declaration == | == Declaration == | ||
{{APIComment|Allow fitting with 1-P Exponentional}} | |||
{{APIPrefix|Public}}AllowExponential1{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with 2-P Exponentional}} | |||
{{APIPrefix|Public}}AllowExponential2{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with Normal}} | |||
{{APIPrefix|Public}}AllowNormal{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with LogNormal}} | |||
{{APIPrefix|Public}}AllowLognormal{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with Weibull 2P}} | |||
{{APIPrefix|Public}}AllowWeibull2{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with Weibull 3P}} | |||
{{APIPrefix|Public}}AllowWeibull3{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with Gamma}} | |||
{{APIPrefix|Public}}AllowGamma{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with GenGamma}} | |||
{{APIPrefix|Public}}AllowGenGamma{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with Logistic}} | |||
{{APIPrefix|Public}}AllowLogistic{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with LogLogistic}} | |||
{{APIPrefix|Public}}AllowLoglogistic{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Allow fitting with Gumbel}} | |||
{{APIPrefix|Public}}AllowGumbel{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Set Analysis from [[WeibullSolverMethod]] Enum}} | |||
{{APIPrefix|Public}}Analysis{{APIPrefix|As [[WeibullSolverMethod]]}}= [[WeibullSolverMethod]].MLE | |||
{{APIComment|Set Ranking Method from [[WeibullSolverRankMethod]] Enum}} | |||
{{APIPrefix|Public}}RankingMethod{{APIPrefix|As [[WeibullSolverRankMethod]]}}= [[WeibullSolverRankMethod]].Median | |||
{{APIComment|Set to use RS Regression method}} | |||
{{APIPrefix|Public}}UseRSRegression{{APIPrefix|As Boolean}}= False | |||
{{APIComment|Set the Confidence method from the [[WeibullSolverCBMethod]] Enum.}} | |||
{{APIPrefix|Public}}ConfBounds{{APIPrefix|As [[WeibullSolverCBMethod]]}}= [[WeibullSolverCBMethod]].FisherMatrix | |||
{{APIComment|Set to ungroup any grouped data.}} | |||
{{APIPrefix|Public}}UngroupGroupedData{{APIPrefix|As Boolean}}= False | |||
{{APIComment|Set to sort data before calculation.}} | |||
{{APIPrefix|Public}}SortBeforeCalculations{{APIPrefix|As Boolean}}= True | |||
{{APIComment|Set to use Special Sort.}} | |||
{{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