Advanced R Programming
In the context of ARIMA and SARIMA models, 'p' represents the number of lag observations included in the model. It is a crucial parameter that helps to define the autoregressive part of the model, which captures the relationship between an observation and a number of lagged observations. The choice of 'p' directly influences the model's complexity and its ability to capture patterns in time series data.
congrats on reading the definition of p. now let's actually learn it.