View source: R/predictive_error.R
residuals.varstan | R Documentation |
varstan
objectThe function returns the posterior estimate of the residuals
of a varstan
model, similar to the residual functions of other
packages.
## S3 method for class 'varstan'
residuals(object, robust = FALSE, ...)
object |
a |
robust |
a bool value, if its |
... |
Further arguments passed to |
This function only extracts the point-wise estimate of the time series residuals
for extracting all the data use extract_stan()
or posterior_intervals
function
An array with the posterior estimate of the residuals of the time series model,
Asael Alonzo Matamoros
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.