sarima.estimate: Title

View source: R/arima.R

sarima.estimateR Documentation

Title

Description

Title

Usage

sarima.estimate(
  data,
  order = c(0, 0, 0),
  seasonal = list(order = c(0, 0, 0), period = 1),
  mean = FALSE,
  xreg = NULL,
  eps = 1e-09
)

Arguments

eps

palatej/rjd3modelling documentation built on Jan. 3, 2023, 10:19 p.m.