guess_error_sd_from_residuals | R Documentation |
Use the MAD of the residuals if possible, else the MAD of the time series y
else the fallback.
guess_error_sd_from_residuals(residuals, y, fallback = 1)
residuals |
Residuals of some initial fit, usually returned by
|
y |
The time series for which we guess the standard deviation of the residual error |
fallback |
A fallback value that is used when both |
A strictly positive scalar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.