Global Weibull: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
*'''[[Bayesian_PriorDistribution]]''' {{Template:APIComment|Bayesian Distribution}}
*'''[[Bayesian_PriorDistribution]]''' {{Template:APIComment|Bayesian Distribution}}
*'''[[WeibullBestFitOptions]]''' {{Template:APIComment|Whether each weibull distribution is the best fit}}
*'''[[WeibullBestFitOptions]]''' {{Template:APIComment|Whether each weibull distribution is the best fit}}
*'''[[AllowExponential1 ]]''' {{Template:APIComment|Whether Exponential1 is the best fit option}}
 
*'''[[AllowExponential2 ]]''' {{Template:APIComment|Whether Exponential2 is the best fit option}}
*'''[[AllowNormal ]]''' {{Template:APIComment|Whether Normal is the best fit option}}
*'''[[AllowLognormal ]]''' {{Template:APIComment|Whether Lognormal is the best fit option}}
*'''[[AllowWeibull2 ]]''' {{Template:APIComment|Whether Weibull2 is the best fit option}}
*'''[[AllowWeibull3 ]]''' {{Template:APIComment|Whether Weibull3 is the best fit option}}
*'''[[AllowGamma ]]''' {{Template:APIComment|Whether Gamma is the best fit option}}
*'''[[AllowGenGamma ]]''' {{Template:APIComment|Whether GenGamma is the best fit option}}
*'''[[AllowLogistic ]]''' {{Template:APIComment|Whether Logistic is the best fit option}}
*'''[[AllowLoglogistic ]]''' {{Template:APIComment|Whether Loglogistic is the best fit option}}
*'''[[AllowGumbel ]]''' {{Template:APIComment|Whether Gumbel is the best fit option}}
*'''[[Analysis ]]''' {{Template:APIComment|WSets ALTA solver model to MLE}}
*'''[[RankingMethod ]]''' {{Template:APIComment|Sets ranking method}}
*'''[[UseRSRegression ]]''' {{Template:APIComment|Whether or not to use RSRegression}}
*'''[[ConfBounds ]]''' {{Template:APIComment|Sets Confidence Bounds}}
*'''[[UngroupGroupedData ]]''' {{APIComment|Whether or not data is ungrouped data}}
*'''[[SortBeforeCalculations ]]''' {{Template:APIComment|Whether or not data is sorted before calculations.}}
*'''[[WeibullEvents Class|WeibullEvents]]''' {{Template:APIComment|Inherit the class, override its methods and assign its instance to the Events property of a Weibull data set to be able to handle its events.}}
*'''[[WeibullEvents Class|WeibullEvents]]''' {{Template:APIComment|Inherit the class, override its methods and assign its instance to the Events property of a Weibull data set to be able to handle its events.}}
*'''[[Message]]''' {{Template:APIComment|Called by ‘sender’ when a message should be displayed.}}
*'''[[Message]]''' {{Template:APIComment|Called by ‘sender’ when a message should be displayed.}}

Revision as of 00:55, 14 September 2013


Constructors

  • WeibullSolverDistribution Available Weibull solver distributions. This includes Weibull, Normal, Exponential, Lognormal, G_Gamma, Logistic, Loglogistic, Gumbel, Gamma, and Bayesian distribution.
  • WeibullSolverNumParameters Available Weibull solver distribution parameters. This includes MS_1Parameter, MS_2Parameter, MS_3Parameter, and MS_Mixed.
  • WeibullSolverMethod Available Weibull solver analysis methods. This includes RRX, RRY, and MLE.
  • WeibullSolverRankMethod Available Weibull solver ranking methods. This includes Median, kaplanMeir, and Actuarial.
  • WeibullSolverCBMethod Available Weibull solver confidence bounds methods. This includes FisherMatrix, LikeihoodRatio, BetaBinomial, and KTO.
  • WeibullBayesianPriorDistribution Available Weibull-Bayesian distributions. This includes Normal, Lognormal, Exponential, and Uniform distributions.
  • WeibullBayesianResultsOption Available Bayesian Weibull-Bayesian result options. This includes Median and Mean.

Properties

  • WeibullEvents Inherit the class, override its methods and assign its instance to the Events property of a Weibull data set to be able to handle its events.
  • Message Called by ‘sender’ when a message should be displayed.
  • Question Called by ‘sender’ when an answer to the question is required.
  • GetDistrParameters Called by ‘sender’ when additional input is required.
  • UpdateCalculationProgress Called by ‘sender’ when calculation progress should be updated.
  • ShowCalculationProgress Called by ‘sender’ when calculation progress should be shown.
  • HideCalculationProgress Called by ‘sender’ when calculation progress should be hidden.