View source: R/acf_in_white_noise.R
acf_in_white_noise | R Documentation |
This function calculates confidence intervals around an ACF. This represents the upper limit of autocorrelation expected in white noise. This is useful for producing pretty plots.
acf_in_white_noise(acf, ci = 0.95, return = "upper")
acf |
An ACF object, produced by |
ci |
An numeric value between 0 and 1 which defines the confidence interval (CI) to be calculated. The default is 0.95; i.e, a 95 percent CI. |
return |
A character input specifying |
The function returns a number or a list, depending on the input to return
(see above).
Edward Lavender
acf
, add_error_envelope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.