View source: R/class-mod_cpt.R
model_variance | R Documentation |
Compute model variance
model_variance(object, ...)
object |
A model object implementing |
... |
currently ignored |
Using the generic functions residuals()
and nobs()
, this function
computes the variance of the residuals.
Note that unlike stats::var()
, it does not use n-1
as the denominator.
A double
vector of length 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.