Skip to content

Rename "multiplicative" parameter in theta() #5

Description

@config-i1

This is what the current implementation has:

theta(
  y,
  m = NULL,
  sign.level = 0.05,
  cost0 = c("MSE", "MdSE", "MAE", "MdAE"),
  cost2 = c("MSE", "MdSE", "MAE", "MdAE"),
  costs = c("MSE", "MdSE", "MAE", "MdAE"),
  multiplicative = c("multiplicative", "additive", "auto"),
  cma = NULL,
  outliers = NULL
)

So, multiplicative can be either "multiplicative", or "additive", or "auto". This is either a typo or Nikos trolling people. I'd suggest to rename the parameter to "seasonality" or "type".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions