Template:ModelTypeEnum: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with ' '''ModelTypeEnum Enum '***BlockSim FixedUnreliability = 0 FixedDuration = 1 FixedCost = 2 DiagramAnalysis = 3 '***Weibull Weibull1 = 100 Weibull2 = 10…')
 
No edit summary
Line 5: Line 5:
   FixedCost = 2
   FixedCost = 2
   DiagramAnalysis = 3
   DiagramAnalysis = 3
   '***Weibull
   '***Weibull
   Weibull1 = 100
   Weibull1 = 100
Line 26: Line 25:
   WeibullBayesian_ExponentialPrior = 117
   WeibullBayesian_ExponentialPrior = 117
   WeibullBayesian_UniformPrior = 118
   WeibullBayesian_UniformPrior = 118
   WeibullCFM = 119
   WeibullCFM = 119
   NormalCFM = 120
   NormalCFM = 120
Line 36: Line 34:
   LogLogisticCFM = 126
   LogLogisticCFM = 126
   GumbelCFM = 127
   GumbelCFM = 127
   '***ALTA
   '***ALTA
   ArrheniusWeibull = 200
   ArrheniusWeibull = 200

Revision as of 17:31, 19 September 2013

  ModelTypeEnum Enum
  '***BlockSim
  FixedUnreliability = 0
  FixedDuration = 1
  FixedCost = 2
  DiagramAnalysis = 3
  '***Weibull
  Weibull1 = 100
  Weibull2 = 101
  Weibull3 = 102
  MixedWeibull2 = 103
  MixedWeibull3 = 104
  MixedWeibull4 = 105
  Exponential1 = 106
  Exponential2 = 107
  Normal = 108
  Lognormal = 109
  GenGamma = 110
  Gamma = 111
  Logistic = 112
  LogLogistic = 113
  Gumbel = 114
  WeibullBayesian_NormalPrior = 115
  WeibullBayesian_LognormalPrior = 116
  WeibullBayesian_ExponentialPrior = 117
  WeibullBayesian_UniformPrior = 118
  WeibullCFM = 119
  NormalCFM = 120
  LognormalCFM = 121
  ExponentialCFM = 122
  GenGammaCFM = 123
  GammaCFM = 124
  LogisticCFM = 125
  LogLogisticCFM = 126
  GumbelCFM = 127
  '***ALTA
  ArrheniusWeibull = 200
  ArrheniusLognormal = 201
  ArrheniusExponential = 202
  EyringWeibull = 203
  EyringLognormal = 204
  EyringExponential = 205
  IPLWeibull = 206
  IPLLognormal = 207
  IPLExponential = 208
  THWeibull = 209
  THLognormal = 210
  THExponential = 211
  TNTWeibull = 212
  TNTLognormal = 213
  TNTExponential = 214
  GeneralizedEyringWeibull = 215
  GeneralizedEyringLognormal = 216
  GeneralizedEyringExponential = 217
  ProportionalHazardsWeibull = 218
  ProportionalHazardsExponential = 219
  GeneralLogLinearWeibull = 220
  GeneralLogLinearLognormal = 221
  GeneralLogLinearExponential = 222
  CumulativeDamageWeibull = 223
  CumulativeDamageLognormal = 224
  CumulativeDamageExponential = 225