ModelTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|cModel_Class|cModel}}
{{Template:APIClass|cModel_Class|cModel}}
Specifies the type (e.g., 2-parameter Weibull) for a new [[cModel Class|cModel]] object.
Specifies the type (e.g., 2-parameter Weibull) for a new [[cModel Class|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 interface of a Synthesis application.
 
== Members ==
== Members ==
'''Weibull++'''
'''Weibull++'''
* Weibull1
* Weibull1*
* Weibull2
* Weibull2*
* Weibull3
* Weibull3*
* MixedWeibull2
* MixedWeibull2*
* MixedWeibull3
* MixedWeibull3*
* MixedWeibull4
* MixedWeibull4*
* Exponential1
* Exponential1*
* Exponential2
* Exponential2*
* Normal
* Normal*
* Lognormal
* Lognormal*
* GenGamma
* GenGamma*
* Gamma
* Gamma*
* Logistic
* Logistic*
* LogLogistic
* LogLogistic*
* Gumbel
* Gumbel*
* WeibullBayesian_NormalPrior
* WeibullBayesian_NormalPrior
* WeibullBayesian_LognormalPrior
* WeibullBayesian_LognormalPrior
Line 61: Line 62:


'''BlockSim'''
'''BlockSim'''
* FixedUnreliability
* FixedUnreliability*
* FixedDuration
* FixedDuration*
* FixedCost
* FixedCost*
* DiagramAnalysis
* DiagramAnalysis
* Only these model types can be created using API calls.

Revision as of 22:29, 12 March 2014


Specifies the type (e.g., 2-parameter Weibull) for a new 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 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 these model types can be created using API calls.