View source: R/02b_reltest_libs.R
reltest_simulate | R Documentation |
Random training data from one model
reltest_simulate(
model = "exp",
nx = 20,
tt,
tt1,
tt2,
tt3,
params,
minxi = -10,
maxxi = -10
)
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 |
Vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.