Durbin | R Documentation |
For a given acf function, computes the pacf
Durbin(the.acf, lag.max = 10)
the.acf |
A vector giving the acf function. |
lag.max |
integer saying how many pacf values to compute. The default is 10. |
Durbin(c(0.4, rep(0,100))) Durbin(0.9^(1:100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.