WeibullAnalysisOptions Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:WeibullAnalysisOptions}}
{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}}
 
== Declaration  ==
{{APIComment|Set Distribution from the [[WeibullSolverDistribution]] Enum.}}<br>
{{APIPrefix|Public}}Distribution{{APIPrefix|As [[WeibullSolverDistribution]]}}= [[WeibullSolverDistribution]].Weibull
 
{{APIComment|Set number of Parameters from the [[WeibullSolverNumParameters]] Enum.}}<br>
{{APIPrefix|Public}}Parameters{{APIPrefix|As [[WeibullSolverNumParameters]]}}= [[WeibullSolverNumParameters]].MS_2Parameter
 
{{APIComment|Set the Analysis method from the [[WeibullSolverMethod]] Enum.}}<br>
{{APIPrefix|Public}}Analysis{{APIPrefix|As [[WeibullSolverMethod]]}}= [[WeibullSolverMethod]].MLE
 
{{APIComment|Set the Analysis method from the [[WeibullSolverRankMethod]] Enum.}}<br>
{{APIPrefix|Public}}RankingMethod{{APIPrefix|As [[WeibullSolverRankMethod]]}}= [[WeibullSolverRankMethod]].Median
 
{{APIComment|Set to use RS Regression method.}}<br>
{{APIPrefix|Public}}UseRSRegression {{APIPrefix|As Boolean}}= False
 
{{APIComment|Set the Confidence method from the [[WeibullSolverCBMethod]] Enum.}}<br>
{{APIPrefix|Public}}ConfBounds{{APIPrefix|As [[WeibullSolverCBMethod]]}}= [[WeibullSolverCBMethod]].FisherMatrix
 
{{APIComment|Set to ungroup any grouped data.}}<br>
{{APIPrefix|Public}}UngroupGroupedData{{APIPrefix|As Boolean}}= False
 
{{APIComment|Set the number of subpopulations in the Mixed data.}}<br>
{{APIPrefix|Public}}Subpopulations{{APIPrefix|As Integer}}= 2
 
{{APIComment|Set if unbiased parameters were entered.}}<br>
{{APIPrefix|Public}}Weibull_UnbiasParameters{{APIPrefix|As Boolean}}= False
 
{{APIComment|Set the Bayesian Prior Distribution from the [[WeibullBayesianPriorDistribution]] Enum.}}<br>
{{APIPrefix|Public}}Bayesian_PriorDistribution{{APIPrefix|As [[WeibullBayesianPriorDistribution]]}}= [[WeibullBayesianPriorDistribution]].Normal
 
{{APIComment|Set the Bayesian Parameter values.}}<br>
{{APIPrefix|Public}}Bayesian_Mean{{APIPrefix|As Double}}= 2<br>
{{APIPrefix|Public}}Bayesian_Std{{APIPrefix|As Double}}= 1<br>
{{APIPrefix|Public}}Bayesian_Lambda{{APIPrefix|As Double}}= 2<br>
{{APIPrefix|Public}}Bayesian_MinBeta{{APIPrefix|As Double}}= 1<br>
{{APIPrefix|Public}}Bayesian_MaxBeta{{APIPrefix|As Double}}= 2<br>
 
{{APIComment|Set the Bayesian Result options from the [[WeibullBayesianResultsOption]] Enum.}}<br>
{{APIPrefix|Public}}Bayesian_ResultsAs{{APIPrefix|As [[WeibullBayesianResultsOption]]}}= [[WeibullBayesianResultsOption]].Median
 
{{APIComment|Set to sort data before calculation.}}<br>
{{APIPrefix|Public}}SortBeforeCalculations{{APIPrefix|As Boolean}}= True
 
{{APIComment|Set to use Special Sort.}}<br>
{{APIPrefix|Public}}UseSpecialSort{{APIPrefix|As Boolean}}= True

Revision as of 23:02, 16 September 2013



Declaration

Set Distribution from the WeibullSolverDistribution Enum.
PublicDistributionAs WeibullSolverDistribution= WeibullSolverDistribution.Weibull

Set number of Parameters from the WeibullSolverNumParameters Enum.
PublicParametersAs WeibullSolverNumParameters= WeibullSolverNumParameters.MS_2Parameter

Set the Analysis method from the WeibullSolverMethod Enum.
PublicAnalysisAs WeibullSolverMethod= WeibullSolverMethod.MLE

Set the Analysis method from the WeibullSolverRankMethod Enum.
PublicRankingMethodAs WeibullSolverRankMethod= WeibullSolverRankMethod.Median

Set to use RS Regression method.
PublicUseRSRegression As Boolean= False

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

Set to ungroup any grouped data.
PublicUngroupGroupedDataAs Boolean= False

Set the number of subpopulations in the Mixed data.
PublicSubpopulationsAs Integer= 2

Set if unbiased parameters were entered.
PublicWeibull_UnbiasParametersAs Boolean= False

Set the Bayesian Prior Distribution from the WeibullBayesianPriorDistribution Enum.
PublicBayesian_PriorDistributionAs WeibullBayesianPriorDistribution= WeibullBayesianPriorDistribution.Normal

Set the Bayesian Parameter values.
PublicBayesian_MeanAs Double= 2
PublicBayesian_StdAs Double= 1
PublicBayesian_LambdaAs Double= 2
PublicBayesian_MinBetaAs Double= 1
PublicBayesian_MaxBetaAs Double= 2

Set the Bayesian Result options from the WeibullBayesianResultsOption Enum.
PublicBayesian_ResultsAsAs WeibullBayesianResultsOption= WeibullBayesianResultsOption.Median

Set to sort data before calculation.
PublicSortBeforeCalculationsAs Boolean= True

Set to use Special Sort.
PublicUseSpecialSortAs Boolean= True