EQRN_fit_restart | R Documentation |
Wrapper for fitting EQRN with restart for stability
EQRN_fit_restart(
X,
y,
intermediate_quantiles,
interm_lvl,
number_fits = 3,
...,
seed = NULL,
data_type = c("iid", "seq")
)
X |
Matrix of covariates, for training. |
y |
Response variable vector to model the extreme conditional quantile of, for training. |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
interm_lvl |
Probability level for the intermediate quantiles |
number_fits |
Number of restarts. |
... |
Other parameters given to either |
seed |
Integer random seed for reproducibility in network weight initialization. |
data_type |
Type of data dependence, must be one of |
An EQRN object of classes c("EQRN_iid", "EQRN")
, if data_type=="iid",
or c("EQRN_seq", "EQRN")
, if 'data_type=="seq",
containing the fitted network, as well as all the relevant information for its usage in other functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.