WeibullSolverDistribution Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Weibull|Global Weibull}} | {{Template:APIClass|Global_Weibull|Global Weibull}} | ||
{{Template:WeibullSolverDistribution.Cmt}} | |||
== Syntax== | == Syntax== | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|'''WeibullSolverDistribution'''}}<br> | {{APIName|'''WeibullSolverDistribution'''}}<br> | ||
{{Template:WeibullSolverDistribution}} | {{Template:WeibullSolverDistribution}} |
Revision as of 16:18, 30 January 2014
Contains all available life distributions.
To set the specific version of the selected distribution (e.g., 2-parameter Weibull vs. mixed Weibull) for use with the WeibullDataSet.Calculate method, use the Parameters property of the WeibullAnalysisOptions class.
Syntax
Public Enum
WeibullSolverDistribution
WeibullSolverDistribution Enum Weibull = MSolverDistribution.MS_Weibull Normal = MSolverDistribution.MS_Normal Exponential = MSolverDistribution.MS_Exponential Lognormal = MSolverDistribution.MS_Lognormal G_Gamma = MSolverDistribution.MS_G_Gamma Logistic = MSolverDistribution.MS_Logistic Loglogistic = MSolverDistribution.MS_Loglogistic Gumbel = MSolverDistribution.MS_Gumbel Gamma = MSolverDistribution.MS_Gamma Bayesian = MSolverDistribution.MS_Bayesian