Skip to main content

plot_acf

Function plot_acf 

Source
pub fn plot_acf(x: &[f64], nlags: usize, alpha: f64) -> (Figure, AcfResult)
Expand description

Compute the ACF and a (1 - alpha) white-noise confidence band, and render a stem-style plot. Returns the Figure and the AcfResult.