Global Weibull: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Global Weibull" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
Line 57: Line 57:
*'''[[WeibullBestFitOptions.AllowLoglogistic ]]''' {{Template:APIComment|Whether Loglogistic is the best fit option}}
*'''[[WeibullBestFitOptions.AllowLoglogistic ]]''' {{Template:APIComment|Whether Loglogistic is the best fit option}}
*'''[[WeibullBestFitOptions.AllowGumbel ]]''' {{Template:APIComment|Whether Gumbel is the best fit option}}
*'''[[WeibullBestFitOptions.AllowGumbel ]]''' {{Template:APIComment|Whether Gumbel is the best fit option}}
*'''[[WeibullBestFitOptions.Analysis ]]''' {{Template:APIComment|WSets ALTA solver model to MLE}}
*'''[[WeibullBestFitOptions.Analysis ]]''' {{Template:APIComment|Sets ALTA solver model to MLE}}
*'''[[WeibullBestFitOptions.RankingMethod ]]''' {{Template:APIComment|Sets ranking method}}
*'''[[WeibullBestFitOptions.RankingMethod ]]''' {{Template:APIComment|Sets ranking method}}
*'''[[WeibullBestFitOptions.UseRSRegression ]]''' {{Template:APIComment|Whether or not to use RSRegression}}
*'''[[WeibullBestFitOptions.UseRSRegression ]]''' {{Template:APIComment|Whether or not to use RSRegression}}

Revision as of 22:41, 21 January 2014



This page contains enumerations and classes for the Weibull class.

Classes / Enums

  • 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.
WeibullGeneralOptions
WeibullAnalysisOptions
WeibullBestFitOptions
WeibullAnalysisResults
WeibullEvents