View source: R/regarima_spec.R
set_easter | R Documentation |
Set Easter Specification
set_easter( x, enabled = NA, julian = NA, duration = NA, test = c(NA, "Add", "Remove", "None"), coef = NA, coef.type = c(NA, "Estimated", "Fixed"), type = c(NA, "Unused", "Standard", "IncludeEaster", "IncludeEasterMonday") )
x |
the specification. |
enabled |
a logical indicating if the program considers the Easter effect in the model. |
julian |
a logical indicating if the program uses the Julian Easter (expressed in Gregorian calendar). |
duration |
a numeric indicating the duration of the Easter effect (length in days, between 1 and 20). |
test |
defines the pre-tests for the significance of the Easter effect based on the t-statistic
(the Easter effect is considered as significant if the t-statistic is greater than 1.96):
|
coef |
to set the coefficient of the easter regressor. |
coef.type |
a character defining the easter regressor coefficient estimation procedure.
Possible procedures are: |
type |
(TRAMO specific) a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.