View source: R/jd3_fractionalairline.R
fractionalAirlineEstimation | R Documentation |
Linearize the series with a fractional airline model
fractionalAirlineEstimation(
y,
periods,
x = NULL,
ndiff = 2,
ar = FALSE,
outliers = NULL,
criticalValue = 6,
precision = 1e-12,
approximateHessian = FALSE,
nfcasts = 0,
log = FALSE,
y_time = NULL
)
y |
input time series. |
periods |
vector of periods values of the seasonal component, any positive real numbers. |
x |
matrix of user-defined regression variables (see rjd3toolkit for building calendar regressors). |
outliers |
type of outliers sub vector of c("AO","LS","WO") |
criticalValue |
Critical value for automatic outlier detection |
precision |
Precision of the likelihood |
approximateHessian |
Compute approximate hessian (based on the optimizing procedure) |
nfcasts |
Number of forecasts |
log |
a logical |
y_time |
vector of times at which 'y' is indexed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.