QRN_seq_predict | R Documentation |
Predict function for a QRN_seq fitted object
QRN_seq_predict(
fit_qrn_ts,
X,
Y,
q_level = fit_qrn_ts$interm_lvl,
crop_predictions = FALSE,
device = default_device()
)
fit_qrn_ts |
Fitted |
X |
Matrix of covariates to predict the corresponding response's conditional quantiles. |
Y |
Response variable vector corresponding to the rows of |
q_level |
Optional, checks that |
crop_predictions |
Whether to crop out the fist |
device |
(optional) A |
Matrix of size nrow(X)
times 1
(or nrow(X)-seq_len
times 1
if crop_predictions
)
containing the conditional quantile estimates of the corresponding response observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.