QRN_fit_multiple | R Documentation |
Wrapper for fitting a recurrent QRN with restart for stability
QRN_fit_multiple(
X,
y,
q_level,
number_fits = 3,
...,
seed = NULL,
data_type = c("seq", "iid")
)
X |
Matrix of covariates, for training. |
y |
Response variable vector to model the conditional quantile of, for training. |
q_level |
Probability level of the desired conditional quantiles to predict. |
number_fits |
Number of restarts. |
... |
Other parameters given to |
seed |
Integer random seed for reproducibility in network weight initialization. |
data_type |
Type of data dependence, must be one of |
An QRN object of classes c("QRN_seq", "QRN")
, 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.