ModelTypeEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Chris Kahn (talk | contribs) |
||
Line 21: | Line 21: | ||
* LogLogistic* | * LogLogistic* | ||
* Gumbel* | * Gumbel* | ||
<div style="color: #909090"> | |||
* WeibullBayesian_NormalPrior | * WeibullBayesian_NormalPrior | ||
* WeibullBayesian_LognormalPrior | * WeibullBayesian_LognormalPrior | ||
Line 34: | Line 35: | ||
* LogLogisticCFM | * LogLogisticCFM | ||
* GumbelCFM | * GumbelCFM | ||
</div> | |||
'''ALTA''' | '''ALTA''' | ||
<div style="color: #909090"> | |||
* ArrheniusWeibull | * ArrheniusWeibull | ||
* ArrheniusLognormal | * ArrheniusLognormal | ||
Line 62: | Line 64: | ||
* CumulativeDamageLognormal | * CumulativeDamageLognormal | ||
* CumulativeDamageExponential | * CumulativeDamageExponential | ||
</div> | |||
'''BlockSim''' | '''BlockSim''' | ||
* FixedUnreliability* | * FixedUnreliability* | ||
Line 69: | Line 71: | ||
* DiagramAnalysis* | * DiagramAnalysis* | ||
*Only model of these types can be created using API calls. | |||
*Only these |
Revision as of 18:39, 25 June 2014
Specifies the type (e.g., 2-parameter Weibull) for a cModel object.
Note that only the types marked with an asterisk (*) can be created using API calls. See cModel Constructors. Other types must be created within the user interface of a Synthesis application.
Members
Weibull++
- Weibull1*
- Weibull2*
- Weibull3*
- MixedWeibull2*
- MixedWeibull3*
- MixedWeibull4*
- Exponential1*
- Exponential2*
- Normal*
- Lognormal*
- GenGamma*
- Gamma*
- Logistic*
- LogLogistic*
- Gumbel*
- WeibullBayesian_NormalPrior
- WeibullBayesian_LognormalPrior
- WeibullBayesian_ExponentialPrior
- WeibullBayesian_UniformPrior
- WeibullCFM
- NormalCFM
- LognormalCFM
- ExponentialCFM
- GenGammaCFM
- GammaCFM
- LogisticCFM
- LogLogisticCFM
- GumbelCFM
ALTA
- ArrheniusWeibull
- ArrheniusLognormal
- ArrheniusExponential
- EyringWeibull
- EyringLognormal
- EyringExponential
- IPLWeibull
- IPLLognormal
- IPLExponential
- THWeibull
- THLognormal
- THExponential
- TNTWeibull
- TNTLognormal
- TNTExponential
- GeneralizedEyringWeibull
- GeneralizedEyringLognormal
- GeneralizedEyringExponential
- ProportionalHazardsWeibull
- ProportionalHazardsExponential
- GeneralLogLinearWeibull
- GeneralLogLinearLognormal
- GeneralLogLinearExponential
- CumulativeDamageWeibull
- CumulativeDamageLognormal
- CumulativeDamageExponential
BlockSim
- FixedUnreliability*
- FixedDuration*
- FixedCost*
- DiagramAnalysis*
*Only model of these types can be created using API calls.