ChargeTrain | R Documentation |
The ChargeTrain
data frame has 3 rows and 11 columns.
ChargeTrain
This data frame contains the following columns:
OpLine
OpLine: a factor to identify the operating line model applicable to this input.
EventID
EventID: a factor to identify the subsystem or EventElement applicable to this input.
FD
FD: a factor identifying the distribution for failure data. Only "E"
, "W"
,
and "N"
have been implemented in intended recieving function SimHistory.
FP1
A first parameter for the failure distribution (FD). Mean for exponential or normal, characteristic life for Weibull.
FP2
A second parameter for the failure distribution (FD). Standard deviation for normal, shape for Weibull.
FP3
A third parameter for the failure distribution (FD). A translation parameter applicable to Weibull, only.
RD
RD: a factor identifying the distribution for repair time data. Only "L"
, "W"
,
and "N"
have been implemented in intended recieving function SimHistory.
RP1
A first parameter for the repair distribution (RD). Meanlog for lognormal, characteristic life for Weibull, mean for normal.
RP2
A second parameter for the repair distribution (RD). SDlog for lognormal, shape for Weibull, standard deviation for normal.
RP3
A third parameter for the repair distribution (RD). A translation parameter applicable to lognormal or Weibull, only.
Seed
An integer seed value for the RNG.
Typical processing system values were chosen to prepare a likely model utilizing lognormal normal and Weibull distributions for repair times (maintainability) as a demonstration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.