ModelTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
Specifies the type (e.g., 2-parameter Weibull) for a [[cModel Class|cModel]] object.  
Specifies the type (e.g., 2-parameter Weibull) for a [[cModel Class|cModel]] object.  


Note that only the types marked with an asterisk (*) can be created using API calls.  See [[CModel Constructors|cModel Constructors]]. Other types must be created within the user interface of a Synthesis application.
Note that only some types can be created using API calls.  See [[CModel Constructors|cModel Constructors]]. Other types must be created within the user interface of a Synthesis application.


== Members ==
== Members ==
'''Weibull++'''
'''Weibull++'''
* Weibull1*
 
* Weibull2*
''Models of these types can be created using API calls''
* Weibull3*
* Weibull1
* MixedWeibull2*
* Weibull2
* MixedWeibull3*
* Weibull3
* MixedWeibull4*
* MixedWeibull2
* Exponential1*
* MixedWeibull3
* Exponential2*
* MixedWeibull4
* Normal*
* Exponential1
* Lognormal*
* Exponential2
* GenGamma*
* Normal
* Gamma*
* Lognormal
* Logistic*
* GenGamma
* LogLogistic*
* Gamma
* Gumbel*
* Logistic
<div style="color: #909090">
* LogLogistic
* Gumbel
 
''These models cannot be created via API calls''
* WeibullBayesian_NormalPrior
* WeibullBayesian_NormalPrior
* WeibullBayesian_LognormalPrior
* WeibullBayesian_LognormalPrior
Line 35: Line 38:
* LogLogisticCFM
* LogLogisticCFM
* GumbelCFM
* GumbelCFM
</div>
 
'''ALTA'''
'''ALTA'''
<div style="color: #909090">
 
''These models cannot be created using API calls''
* ArrheniusWeibull
* ArrheniusWeibull
* ArrheniusLognormal
* ArrheniusLognormal
Line 64: Line 68:
* CumulativeDamageLognormal
* CumulativeDamageLognormal
* CumulativeDamageExponential
* CumulativeDamageExponential
</div>
'''BlockSim'''
* FixedUnreliability*
* FixedDuration*
* FixedCost*
* DiagramAnalysis*


&#42;Only models of these types can be created using API calls.
'''BlockSim'''
 
''These models can be created using API calls''
* FixedUnreliability
* FixedDuration
* FixedCost
* DiagramAnalysis

Revision as of 18:46, 25 June 2014


Specifies the type (e.g., 2-parameter Weibull) for a cModel object.

Note that only some types can be created using API calls. See cModel Constructors. Other types must be created within the user interface of a Synthesis application.

Members

Weibull++

Models of these types can be created using API calls

  • Weibull1
  • Weibull2
  • Weibull3
  • MixedWeibull2
  • MixedWeibull3
  • MixedWeibull4
  • Exponential1
  • Exponential2
  • Normal
  • Lognormal
  • GenGamma
  • Gamma
  • Logistic
  • LogLogistic
  • Gumbel

These models cannot be created via API calls

  • WeibullBayesian_NormalPrior
  • WeibullBayesian_LognormalPrior
  • WeibullBayesian_ExponentialPrior
  • WeibullBayesian_UniformPrior
  • WeibullCFM
  • NormalCFM
  • LognormalCFM
  • ExponentialCFM
  • GenGammaCFM
  • GammaCFM
  • LogisticCFM
  • LogLogisticCFM
  • GumbelCFM

ALTA

These models cannot be created using API calls

  • 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

These models can be created using API calls

  • FixedUnreliability
  • FixedDuration
  • FixedCost
  • DiagramAnalysis