Skip to main content

plot_pacf

Function plot_pacf 

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

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