WeibullSolverNumParameters Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|WeibullSolverNumParameters}} {{APIComment|Available W…')
 
No edit summary
 
(31 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|GlobalStuff Weibull Class|GlobalStuff Weibull}}
{{Template:API}}{{Template:APIBreadcrumb}}
== Declaration  ==


{{APIPrefix|Public Enum}}
{{APIName|WeibullSolverNumParameters}}


{{APIComment|Available Weibull solver distribution parameters. This includes MS_1Parameter, MS_2Parameter, MS_3Parameter, and MS_Mixed.}}
Specifies the form of the life distribution associated with the [[WeibullAnalysisOptions Class|WeibullAnalysisOptions]] object.
 
== Members==
{| {{APITableEnum}}
|-
| style="width: 150px;"|MS_1Parameter||style="width: 80px;"|0||1-parameter form.
|-
|MS_2Parameter||1||2-parameter form.
|-
|MS_3Parameter||3||3-parameter form.
|-
|MS_Mixed||3||Mixed Weibull analysis. (Applies only to the Weibull distribution.)
|}
 
 
 
 
 
 
==See Also==
*[[WeibullAnalysisOptions Class]]

Latest revision as of 18:16, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the form of the life distribution associated with the WeibullAnalysisOptions object.

Members

Name Value Description
MS_1Parameter 0 1-parameter form.
MS_2Parameter 1 2-parameter form.
MS_3Parameter 3 3-parameter form.
MS_Mixed 3 Mixed Weibull analysis. (Applies only to the Weibull distribution.)




See Also