WeibullSolverNumParameters Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Chris Kahn (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
*MS_2Parameter {{APIComment|2-parameter form}} | *MS_2Parameter {{APIComment|2-parameter form}} | ||
*MS_3Parameter {{APIComment|3-parameter form}} | *MS_3Parameter {{APIComment|3-parameter form}} | ||
*MS_Mixed {{APIComment|Mixed Weibull (must set Weibull as the distribution type)}} | *MS_Mixed {{APIComment|Mixed Weibull analysis (must set Weibull as the distribution type)}} | ||
== Usage Example == | == Usage Example == |
Revision as of 16:39, 21 February 2014
Contains different forms of a life distribution (e.g., 2-parameter vs. 3-parameter).
The life distribution (e.g., Weibull vs. normal) is specified in the Distribution property of the WeibullAnalysisOptions class.
Members
- MS_1Parameter 1-parameter form
- MS_2Parameter 2-parameter form
- MS_3Parameter 3-parameter form
- MS_Mixed Mixed Weibull analysis (must set Weibull as the distribution type)
Usage Example
Declare a WeibullDataSet object.
Dim WDS as New WeibullDataSet
Set Weibull as the distribution for analysis.
WDS.AnalysisSettings.Distribution = WeibullSolverDistribution.Weibull
Specify that the 2-parameter Weibull distribution will be used.
WDS.AnalysisSettings.Parameters = WeibullSolverNumParameters.MS_2Parameter