powered by
Returns the residuals of an object of class "dcs".
"dcs"
# S3 method for dcs residuals(x, ...)
an object of class "dcs", usually the result of a call to dcs.
dcs
Additional arguments passed to residuals.dcs.
residuals.dcs
Returns the \(n_x \times n_t\)-matrix of residuals.
# NOT RUN { y = y.norm1 + matrix(rnorm(101^2), nrow = 101, ncol = 101) dcs_object = dcs(y) residuals(dcs_object) # }
Run the code above in your browser using DataLab