reltest_simulate {fitdistcp} | R Documentation |
Random training data from one model
Description
Random training data from one model
Usage
reltest_simulate(
model = "exp",
nx = 20,
tt,
tt1,
tt2,
tt3,
params,
minxi = -10,
maxxi = -10
)
Arguments
model |
which distribution to test. Possibles values are
" |
nx |
the length of the training data to use. |
tt |
predictor vector |
tt1 |
predictor vector 1 |
tt2 |
predictor vector 2 |
tt3 |
predictor vector 2 |
params |
values for the parameters for the specified distribution |
minxi |
minimum value for EVT shape parameter |
maxxi |
maximum value for EVT shape parameter |
Value
Vector
[Package fitdistcp version 0.1.1 Index]