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}}
    {{APIPrefix|Public}}AllowExponential1{{APIPrefix|As Boolean}}= True


{{APIPrefix|Public Class}}{{APIName|WeibullBestFitOptions}}
    {{APIComment|Allow fitting with 2-P Exponentional}}
:{{APIPrefix|Public}} {{APIName|AllowExponential1}}{{APIPrefix| As Boolean}}
    {{APIPrefix|Public}}AllowExponential2{{APIPrefix|As Boolean}}= True
:{{APIPrefix|Public}} {{APIName|AllowExponential2}}{{APIPrefix| As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowNormal}} As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowLognormal}}{{APIPrefix| As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowWeibull2}}{{APIPrefix| As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowWeibull3}}{{APIPrefix| As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowGamma}} {{APIPrefix|As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowGenGamma}}{{APIPrefix| As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowLogistic}} {{APIPrefix|As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowLoglogistic}} {{APIPrefix|As Boolean}}
:{{APIPrefix|Public}} {{APIName|AllowGumbel}} {{APIPrefix|As Boolean}}
:{{APIPrefix|Public}} {{APIName|Analysis}} {{APIPrefix|As}} {{APIName|WeibullSolverMethod}} = {{APIName|WeibullSolverMethod.MLE}}
:{{APIPrefix|Public}} {{APIName|RankingMethod}}{{APIPrefix| As}} {{APIName|WeibullSolverRankMethod}} = {{APIName|WeibullSolverRankMethod.Median}}
:{{APIPrefix|Public}} {{APIName|UseRSRegression}}{{APIPrefix| As Boolean}}
:{{APIPrefix|Public}} {{APIName|ConfBounds}}{{APIPrefix| As}} {{APIName|WeibullSolverCBMethod}} = {{APIName|WeibullSolverCBMethod.FisherMatrix}}
:{{APIPrefix|Public}} {{APIName|UngroupGroupedData}} {{APIPrefix|As Boolean}}
:{{APIPrefix|Public}} {{APIName|SortBeforeCalculations}} {{APIPrefix|As Boolean}}
:{{APIPrefix|Public}} {{APIName|UseSpecialSort}} {{APIPrefix|As Boolean}}
:{{APIPrefix|End Class}}


{{APIComment|Whether each weibull distribution is the best fit}}
    {{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 18:28, 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