Global Weibull: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
===== [[WeibullAnalysisOptions]] =====
===== [[WeibullAnalysisOptions]] =====
*'''[[WeibullAnalysisOptions]]''' {{Template:APIComment|Weibull solver analysis options}}
*'''[[WeibullAnalysisOptions]]''' {{Template:APIComment|Weibull solver analysis options}}
*'''[[Distribution ]]''' {{Template:APIComment|Called by ‘sender’ when a message should be displayed.}}
*'''[[WeibullAnalysisOptions.Distribution]]''' {{Template:APIComment|Called by ‘sender’ when a message should be displayed.}}
*'''[[Parameters ]]''' {{Template:APIComment|Returns an array containing model parameters and their values.}}
*'''[[WeibullAnalysisOptions.Parameters ]]''' {{Template:APIComment|Returns an array containing model parameters and their values.}}
*'''[[Analysis ]]''' {{Template:APIComment|Sets ALTA solver model to MLE}}
*'''[[WeibullAnalysisOptions.Analysis ]]''' {{Template:APIComment|Sets ALTA solver model to MLE}}
*'''[[RankingMethod ]]''' {{Template:APIComment|Sets ranking method}}
*'''[[WeibullAnalysisOptions.RankingMethod ]]''' {{Template:APIComment|Sets ranking method}}
*'''[[UseRSRegression ]]''' {{Template:APIComment|Whether or not to use RSRegression}}
*'''[[WeibullAnalysisOptions.UseRSRegression ]]''' {{Template:APIComment|Whether or not to use RSRegression}}
*'''[[ConfBounds ]]''' {{Template:APIComment|Sets Confidence Bounds}}
*'''[[WeibullAnalysisOptions.ConfBounds ]]''' {{Template:APIComment|Sets Confidence Bounds}}
*'''[[UngroupGroupedData  ]]''' {{Template:APIComment|Whether or not data is ungrouped data}}
*'''[[WeibullAnalysisOptions.UngroupGroupedData  ]]''' {{Template:APIComment|Whether or not data is ungrouped data}}
*'''[[Subpopulations ]]''' {{Template:APIComment|Mixed Weibull}}
*'''[[WeibullAnalysisOptions.Subpopulations ]]''' {{Template:APIComment|Mixed Weibull}}
*'''[[Weibull_UnbiasParameters ]]''' {{Template:APIComment|Whether or not to use Weibull Unbias Parameters -Weibull-2 MLE.}}
*'''[[WeibullAnalysisOptions.Weibull_UnbiasParameters ]]''' {{Template:APIComment|Whether or not to use Weibull Unbias Parameters -Weibull-2 MLE.}}
*'''[[Bayesian_PriorDistribution]]''' {{Template:APIComment|Bayesian Distribution}}
*'''[[WeibullAnalysisOptions.Bayesian_PriorDistribution]]''' {{Template:APIComment|Bayesian Distribution}}
*'''[[Bayesian_Mean ]]''' {{Template:APIComment|Sets Bayesian Mean Distribution}}
*'''[[WeibullAnalysisOptions.Bayesian_Mean ]]''' {{Template:APIComment|Sets Bayesian Mean Distribution}}
*'''[[Bayesian_Std ]]''' {{Template:APIComment|Sets Bayesian StdDistribution}}
*'''[[WeibullAnalysisOptions.Bayesian_Std ]]''' {{Template:APIComment|Sets Bayesian StdDistribution}}
*'''[[Bayesian_Lambda ]]''' {{Template:APIComment|Sets Bayesian Lambda Distribution}}
*'''[[WeibullAnalysisOptions.Bayesian_Lambda ]]''' {{Template:APIComment|Sets Bayesian Lambda Distribution}}
*'''[[Bayesian_MinBeta]]''' {{Template:APIComment|Sets Bayesian Minimum Beta Distribution}}
*'''[[WeibullAnalysisOptions.Bayesian_MinBeta]]''' {{Template:APIComment|Sets Bayesian Minimum Beta Distribution}}
*'''[[Bayesian_MaxBeta]]''' {{Template:APIComment|Sets Bayesian Maximum Beta Distribution}}
*'''[[WeibullAnalysisOptions.Bayesian_MaxBeta]]''' {{Template:APIComment|Sets Bayesian Maximum Beta Distribution}}
*'''[[Bayesian_Results ]]''' {{Template:APIComment|Sets Bayesian Results Distribution}}
*'''[[WeibullAnalysisOptions.Bayesian_Results ]]''' {{Template:APIComment|Sets Bayesian Results Distribution}}
*'''[[SortBeforeCalculations ]]''' {{Template:APIComment|Whether or not data is sorted before calculations.}}
*'''[[WeibullAnalysisOptions.Bayesian_PriorDistribution]]''' {{Template:APIComment|Bayesian Distribution}}
*'''[[UseSpecialSort ]]''' {{Template:APIComment|Whether or not to sort.}}
*'''[[WeibullAnalysisOptions.SortBeforeCalculations ]]''' {{Template:APIComment|Whether or not data is sorted before calculations.}}
*'''[[Bayesian_PriorDistribution]]''' {{Template:APIComment|Bayesian Distribution}}
*'''[[WeibullAnalysisOptions.UseSpecialSort ]]''' {{Template:APIComment|Whether or not to sort.}}


===== [[WeibullBestFitOptions]] =====
===== [[WeibullBestFitOptions]] =====

Revision as of 23:03, 16 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

WeibullGeneralOptions
WeibullAnalysisOptions
WeibullBestFitOptions
WeibullEvents