WeibullBestFitOptions Class
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