diff --git a/dev/LICENSE.html b/dev/LICENSE.html index aaf380ef..20304b00 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -1,9 +1,9 @@ -GNU General Public License • fableGNU General Public License • fable - +
- +
@@ -274,15 +274,15 @@

How to Apply These Terms

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/articles/fable.html b/dev/articles/fable.html index 2f5d57bd..34a0b42d 100644 --- a/dev/articles/fable.html +++ b/dev/articles/fable.html @@ -12,14 +12,12 @@ - + - - - +
- +
@@ -95,7 +93,7 @@

Introduction to fable

- Source: vignettes/fable.Rmd + Source: vignettes/fable.Rmd
@@ -346,7 +344,7 @@

Introduction to fable

These intervals can also be unnested if you're looking to obtain the numerical values (`.lower`, `.upper`, and `level`). -```r +``` r library(tidyr) fc %>% mutate(interval = hilo(.distribution, 80)) %>% @@ -387,16 +385,16 @@

Introduction to fable

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/articles/index.html b/dev/articles/index.html index e73c36e1..b14a2953 100644 --- a/dev/articles/index.html +++ b/dev/articles/index.html @@ -1,9 +1,9 @@ -Articles • fableArticles • fable - +
- +
@@ -80,15 +80,15 @@

All vignettes

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/articles/transformations.html b/dev/articles/transformations.html index 900921fd..bf2d7530 100644 --- a/dev/articles/transformations.html +++ b/dev/articles/transformations.html @@ -12,14 +12,12 @@ - + - - - +
- +
@@ -97,7 +95,7 @@

Mitchell O’Hara-Wild

- Source: vignettes/transformations.Rmd + Source: vignettes/transformations.Rmd
@@ -117,6 +115,9 @@

Mitchell
 library(fable)
 #> Loading required package: fabletools
+#> Registered S3 method overwritten by 'tsibble':
+#>   method               from 
+#>   as_tibble.grouped_df dplyr
 library(tsibble)
 #> 
 #> Attaching package: 'tsibble'
@@ -148,12 +149,12 @@ 

Combining transformations

Multiple transformations can be combined using this interface, allowing more complicated transformations to be used. A simple example -of a combined transformation is \(f(x) = -log(x+1)\), as it involves both a log -transformation, and a +1 transformation. This -transformation is commonly used to overcome a limitation of using log -transformations to preserve non-negativity, on data which contains -zeroes.

+of a combined transformation is +f(x)=log(x+1)f(x) = log(x+1), +as it involves both a log transformation, and a ++1 transformation. This transformation is commonly used to +overcome a limitation of using log transformations to preserve +non-negativity, on data which contains zeroes.

Simple combined transformations and backtransformations can be constructed automatically.

@@ -181,18 +182,22 @@ 

Custom transformationsforecasting within limits). The appropriate transformation to ensure the -forecasted values are between \(a\) and -\(b\) (where \(a<b\)) is given by:

-

\[f(x) = -\log\left(\dfrac{x-a}{b-x}\right)\]

+forecasted values are between +aa +and +bb +(where +a<ba<b) +is given by:

+

f(x)=log(xabx)f(x) = \log\left(\dfrac{x-a}{b-x}\right)

Inverting this transformation gives the appropriate back-transformation of:

-

\[f^{-1}(x) = \dfrac{a + be^x}{1 + e^x} = -\dfrac{(b-a)e^x}{1 + e^x} + a\] To use this transformation for -modelling, we can pair the transformation with its back transformation -using the new_transformation function from -fabletools. This function which accepts two inputs: first -the transformation, and second the back-transformation.

+

f1(x)=a+bex1+ex=(ba)ex1+ex+af^{-1}(x) = \dfrac{a + be^x}{1 + e^x} = \dfrac{(b-a)e^x}{1 + e^x} + a +To use this transformation for modelling, we can pair the transformation +with its back transformation using the new_transformation +function from fabletools. This function which accepts two +inputs: first the transformation, and second the +back-transformation.

+

@@ -270,16 +274,16 @@

Forecast means and medians

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/authors.html b/dev/authors.html index 49b1064a..9a3d6887 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -1,9 +1,9 @@ -Authors and Citation • fableAuthors and Citation • fable - +
- +
- +
  • -

    Mitchell O'Hara-Wild. Author, maintainer. +

    Mitchell O'Hara-Wild. Author, maintainer.

  • -

    Rob Hyndman. Author. +

    Rob Hyndman. Author.

  • -

    Earo Wang. Author. +

    Earo Wang. Author.

  • -

    Gabriel Caceres. Contributor. +

    Gabriel Caceres. Contributor.
    NNETAR implementation

  • @@ -85,25 +85,25 @@

    Authors

  • -

    Tim-Gunnar Hensel. Contributor. +

    Tim-Gunnar Hensel. Contributor.

  • -

    Timothy Hyndman. Contributor. +

    Timothy Hyndman. Contributor.

Citation

- Source: DESCRIPTION + Source: DESCRIPTION

O'Hara-Wild M, Hyndman R, Wang E (2024). fable: Forecasting Models for Tidy Time Series. -R package version 0.3.4.9000, https://github.com/tidyverts/fable, https://fable.tidyverts.org. +R package version 0.3.4.9000, https://github.com/tidyverts/fable, https://fable.tidyverts.org.

@Manual{,
   title = {fable: Forecasting Models for Tidy Time Series},
@@ -124,15 +124,15 @@ 

Citation

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/index.html b/dev/index.html index 33f89b90..c1505286 100644 --- a/dev/index.html +++ b/dev/index.html @@ -12,18 +12,13 @@ - + - + - +
- +
@@ -219,16 +214,16 @@

Dev status

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/news/index.html b/dev/news/index.html index 318581e5..9e8fc9b1 100644 --- a/dev/news/index.html +++ b/dev/news/index.html @@ -1,9 +1,9 @@ -Changelog • fableChangelog • fable - +
- +
@@ -233,15 +233,15 @@

New features
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index a9edc094..de348107 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -1,11 +1,10 @@ pandoc: 3.1.11 -pkgdown: 2.0.7 +pkgdown: 2.1.0 pkgdown_sha: ~ articles: fable: fable.html transformations: transformations.html -last_built: 2024-03-15T23:51Z +last_built: 2024-07-23T03:26Z urls: reference: https://fable.tidyverts.org/reference article: https://fable.tidyverts.org/articles - diff --git a/dev/reference/AR.html b/dev/reference/AR.html index d0a00be5..321c36ec 100644 --- a/dev/reference/AR.html +++ b/dev/reference/AR.html @@ -1,11 +1,11 @@ -Estimate a AR model — AR • fableEstimate a AR model — AR • fable - +
- +
@@ -78,23 +78,23 @@

Estimate a AR model

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
ic
+
ic

The information criterion used in selecting the model.

-
...
+
...

Further arguments for arima

Value

- - -

A model specification.

+

A model specification.

Details

@@ -103,7 +103,7 @@

Details

Specials

- +
@@ -163,15 +163,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/ARIMA.html b/dev/reference/ARIMA.html index 1dd9d838..bdfe1039 100644 --- a/dev/reference/ARIMA.html +++ b/dev/reference/ARIMA.html @@ -1,12 +1,12 @@ -Estimate an ARIMA model — ARIMA • fableEstimate an ARIMA model — ARIMA • fable - +
- +
@@ -91,76 +91,87 @@

Estimate an ARIMA model

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
ic
+
ic

The information criterion used in selecting the model.

-
selection_metric
+
selection_metric

A function used to compute a metric from an Arima object which is minimised to select the best model.

-
stepwise
+
stepwise

Should stepwise be used? (Stepwise can be much faster)

-
greedy
+
greedy

Should the stepwise search move to the next best option immediately?

-
approximation
+
approximation

Should CSS (conditional sum of squares) be used during model selection? The default (NULL) will use the approximation if there are more than 150 observations or if the seasonal period is greater than 12.

-
order_constraint
+
order_constraint

A logical predicate on the orders of p, d, q, P, D, Q and constant to consider in the search. See "Specials" for the meaning of these terms.

-
unitroot_spec
+
unitroot_spec

A specification of unit root tests to use in the selection of d and D. See unitroot_options() for more details.

-
trace
+
trace

If TRUE, the selection_metric of estimated models in the selection procedure will be outputted to the console.

-
...
+
...

Further arguments for stats::arima()

Value

- - -

A model specification.

+

A model specification.

Parameterisation

- -

The fable ARIMA() function uses an alternate parameterisation of constants -to stats::arima() and forecast::Arima(). While the parameterisations -are equivalent, the coefficients for the constant/mean will differ.

-

In fable, the parameterisation used is:

+

The fable ARIMA() function uses an alternative parameterisation of +constants to stats::arima() and forecast::Arima(). While the +parameterisations are equivalent, the coefficients for the constant/mean +will differ.

+

In fable, if there are no exogenous regressors, the parameterisation used +is:

$$(1-\phi_1B - \cdots - \phi_p B^p)(1-B)^d y_t = c + (1 + \theta_1 B + \cdots + \theta_q B^q)\varepsilon_t$$

In stats and forecast, an ARIMA model is parameterised as:

$$(1-\phi_1B - \cdots - \phi_p B^p)(y_t' - \mu) = (1 + \theta_1 B + \cdots + \theta_q B^q)\varepsilon_t$$

where \(\mu\) is the mean of \((1-B)^d y_t\) and \(c = \mu(1-\phi_1 - \cdots - \phi_p )\).

+

If there are exogenous regressors, fable uses the same parameterisation as +used in stats and forecast. That is, it fits a regression with ARIMA(p,d,q) +errors:

+

$$y_t = c + \beta' x_t + z_t$$

+

where \(\beta\) is a vector of regression coefficients, \(x_t\) is +a vector of exogenous regressors at time \(t\), and \(z_t\) is an +ARIMA(p,d,q) error process:

+

$$(1-\phi_1B - \cdots - \phi_p B^p)(1-B)^d z_t = (1 + \theta_1 B + \cdots + \theta_q B^q)\varepsilon_t$$

+

For details of the estimation algorithm, see the +arima function in the stats package.

Specials

- +

The specials define the space over which ARIMA will search for the model that best fits the data. If the RHS of formula is left blank, the default search space is given by pdq() + PDQ(): that is, a model with candidate seasonal and nonseasonal terms, but no exogenous regressors. Note that a seasonal model requires at least 2 full seasons of data; if this is not available, ARIMA will revert to a nonseasonal model with a warning.

@@ -255,15 +266,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/CROSTON.html b/dev/reference/CROSTON.html index 1c30a270..6c2ec769 100644 --- a/dev/reference/CROSTON.html +++ b/dev/reference/CROSTON.html @@ -1,9 +1,9 @@ -Croston's method — CROSTON • fableCroston's method — CROSTON • fable - +
- +
@@ -79,29 +79,29 @@

Croston's method

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
opt_crit
+
opt_crit

The optimisation criterion used to optimise the parameters.

-
type
+
type

Which variant of Croston's method to use. Defaults to "croston" for Croston's method, but can also be set to "sba" for the Syntetos-Boylan approximation, and "sbj" for the Shale-Boylan-Johnston method.

-
...
+
...

Not used.

Value

- - -

A model specification.

+

A model specification.

Details

@@ -118,7 +118,7 @@

Details

Specials

- +
@@ -182,15 +182,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/ETS.html b/dev/reference/ETS.html index da6f9376..5de3c2a6 100644 --- a/dev/reference/ETS.html +++ b/dev/reference/ETS.html @@ -1,9 +1,9 @@ -Exponential smoothing state space model — ETS • fableExponential smoothing state space model — ETS • fable - +
- +
@@ -82,47 +82,47 @@

Exponential smoothing state space model

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
opt_crit
+
opt_crit

The optimization criterion. Defaults to the log-likelihood "lik", but can also be set to "mse" (Mean Square Error), "amse" (Average MSE over first nmse forecast horizons), "sigma" (Standard deviation of residuals), or "mae" (Mean Absolute Error).

-
nmse
+
nmse

If opt_crit == "amse", nmse provides the number of steps for average multistep MSE (1<=nmse<=30).

-
bounds
+
bounds

Type of parameter space to impose: "usual" indicates all parameters must lie between specified lower and upper bounds; "admissible" indicates parameters must lie in the admissible space; "both" (default) takes the intersection of these regions.

-
ic
+
ic

The information criterion used in selecting the model.

-
restrict
+
restrict

If TRUE (default), the models with infinite variance will not be allowed. These restricted model components are AMM, AAM, AMA, and MMA.

-
...
+
...

Other arguments

Value

- - -

A model specification.

+

A model specification.

Details

@@ -133,7 +133,7 @@

Details

Specials

- +

The specials define the methods and parameters for the components (error, trend, and seasonality) of an ETS model. If more than one method is specified, ETS will consider all combinations of the specified models and select the model which best fits the data (minimising ic). The method argument for each specials have reasonable defaults, so if a component is not specified an appropriate method will be chosen automatically.

@@ -170,10 +170,10 @@

References

Hyndman, R.J., Koehler, A.B., Snyder, R.D., and Grose, S. (2002) "A state space framework for automatic forecasting using exponential smoothing methods", International J. Forecasting, 18(3), -439--454.

+439–454.

Hyndman, R.J., Akram, Md., and Archibald, B. (2008) "The admissible parameter space for exponential smoothing models". Annals of -Statistical Mathematics, 60(2), 407--426.

+Statistical Mathematics, 60(2), 407–426.

Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D. (2008) Forecasting with exponential smoothing: the state space approach, Springer-Verlag. http://www.exponentialsmoothing.net.

@@ -205,15 +205,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/MEAN.html b/dev/reference/MEAN.html index 7fa4b723..ef583c1d 100644 --- a/dev/reference/MEAN.html +++ b/dev/reference/MEAN.html @@ -1,9 +1,9 @@ -Mean models — MEAN • fableMean models — MEAN • fable - +
- +
@@ -74,23 +74,23 @@

Mean models

Arguments

-
formula
+ + +
formula

Model specification.

-
...
+
...

Not used.

Value

- - -

A model specification.

+

A model specification.

Specials

- +
@@ -129,15 +129,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/NAIVE.html b/dev/reference/NAIVE.html new file mode 100644 index 00000000..32e9a474 --- /dev/null +++ b/dev/reference/NAIVE.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/NNETAR.html b/dev/reference/NNETAR.html index f0ba8f5b..85f9d283 100644 --- a/dev/reference/NNETAR.html +++ b/dev/reference/NNETAR.html @@ -1,10 +1,10 @@ -Neural Network Time Series Forecasts — NNETAR • fableNeural Network Time Series Forecasts — NNETAR • fable - +
- +
@@ -76,35 +76,35 @@

Neural Network Time Series Forecasts

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
n_nodes
+
n_nodes

Number of nodes in the hidden layer. Default is half of the number of input nodes (including external regressors, if given) plus 1.

-
n_networks
+
n_networks

Number of networks to fit with different random starting weights. These are then averaged when producing forecasts.

-
scale_inputs
+
scale_inputs

If TRUE, inputs are scaled by subtracting the column means and dividing by their respective standard deviations. Scaling is applied after transformations.

-
...
+
...

Other arguments passed to \link[nnet]{nnet}.

Value

- - -

A model specification.

+

A model specification.

Details

@@ -126,7 +126,7 @@

Details

Specials

- +
@@ -173,15 +173,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/RW.html b/dev/reference/RW.html index 527f9cd4..9c9527dc 100644 --- a/dev/reference/RW.html +++ b/dev/reference/RW.html @@ -1,5 +1,5 @@ -Random walk models — RW • fableRandom walk models — RW • fable - +
- +
@@ -86,19 +86,19 @@

Random walk models

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
...
+
...

Not used.

Value

- - -

A model specification.

+

A model specification.

Details

@@ -112,7 +112,7 @@

Details

Specials

- +
@@ -175,15 +175,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/SNAIVE.html b/dev/reference/SNAIVE.html new file mode 100644 index 00000000..32e9a474 --- /dev/null +++ b/dev/reference/SNAIVE.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/THETA.html b/dev/reference/THETA.html index ce7622bf..8022a325 100644 --- a/dev/reference/THETA.html +++ b/dev/reference/THETA.html @@ -1,11 +1,11 @@ -Theta method — THETA • fableTheta method — THETA • fable - +
- +
@@ -78,19 +78,19 @@

Theta method

Arguments

-
formula
+ + +
formula

Model specification.

-
...
+
...

Not used.

Value

- - -

A model specification.

+

A model specification.

Details

@@ -102,7 +102,7 @@

Details

Specials

- +
@@ -178,15 +178,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/TSLM.html b/dev/reference/TSLM.html index d37bbc2a..0b7a029d 100644 --- a/dev/reference/TSLM.html +++ b/dev/reference/TSLM.html @@ -1,5 +1,5 @@ -Fit a linear model with time series components — TSLM • fableFit a linear model with time series components — TSLM • fable - +
- +
@@ -82,19 +82,19 @@

Fit a linear model with time series components

Arguments

-
formula
+ + +
formula

Model specification.

Value

- - -

A model specification.

+

A model specification.

Specials

- +
@@ -153,15 +153,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/VAR.html b/dev/reference/VAR.html index 0abe79ee..f52fd5d8 100644 --- a/dev/reference/VAR.html +++ b/dev/reference/VAR.html @@ -1,10 +1,10 @@ -Estimate a VAR model — VAR • fableEstimate a VAR model — VAR • fable - +
- +
@@ -76,23 +76,23 @@

Estimate a VAR model

Arguments

-
formula
+ + +
formula

Model specification (see "Specials" section).

-
ic
+
ic

The information criterion used in selecting the model.

-
...
+
...

Further arguments for arima

Value

- - -

A model specification.

+

A model specification.

Details

@@ -101,7 +101,7 @@

Details

Specials

- +
@@ -181,15 +181,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/as_tsibble.html b/dev/reference/as_tsibble.html new file mode 100644 index 00000000..d71caea6 --- /dev/null +++ b/dev/reference/as_tsibble.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/breusch_godfrey.TSLM.html b/dev/reference/breusch_godfrey.TSLM.html new file mode 100644 index 00000000..c6a22e61 --- /dev/null +++ b/dev/reference/breusch_godfrey.TSLM.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/breusch_godfrey.html b/dev/reference/breusch_godfrey.html index 21af760e..25f5d623 100644 --- a/dev/reference/breusch_godfrey.html +++ b/dev/reference/breusch_godfrey.html @@ -1,9 +1,9 @@ -Breusch-Godfrey Test — breusch_godfrey • fableBreusch-Godfrey Test — breusch_godfrey • fable - +
- +
@@ -71,25 +71,27 @@

Breusch-Godfrey Test

breusch_godfrey(x, ...)
 
-# S3 method for TSLM
+# S3 method for class 'TSLM'
 breusch_godfrey(x, order = 1, type = c("Chisq", "F"), ...)

Arguments

-
x
+ + +
x

A model object to be tested.

-
...
+
...

Further arguments for methods.

-
order
+
order

The maximum order of serial correlation to test for.

-
type
+
type

The type of test statistic to use.

@@ -110,15 +112,15 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/common_xregs.html b/dev/reference/common_xregs.html index f4b3b958..35ae157b 100644 --- a/dev/reference/common_xregs.html +++ b/dev/reference/common_xregs.html @@ -1,10 +1,10 @@ -Common exogenous regressors — common_xregs • fableCommon exogenous regressors — common_xregs • fable - +
- +
@@ -76,7 +76,7 @@

Common exogenous regressors

Specials

- +
@@ -114,15 +114,15 @@

fourier
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/components.ETS.html b/dev/reference/components.ETS.html index 0da6740d..4faa7960 100644 --- a/dev/reference/components.ETS.html +++ b/dev/reference/components.ETS.html @@ -1,9 +1,9 @@ -Extract estimated states from an ETS model. — components.ETS • fableExtract estimated states from an ETS model. — components.ETS • fable - +
- +
@@ -69,25 +69,25 @@

Extract estimated states from an ETS model.

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 components(object, ...)

Arguments

-
object
+ + +
object

An estimated model.

-
...
+
...

Unused.

Value

- - -

A fabletools::dable() containing estimated states.

+

A fabletools::dable() containing estimated states.

@@ -126,15 +126,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fable-package.html b/dev/reference/fable-package.html index b7c5ea05..ca88d792 100644 --- a/dev/reference/fable-package.html +++ b/dev/reference/fable-package.html @@ -1,10 +1,10 @@ -fable: Forecasting Models for Tidy Time Series — fable-package • fablefable: Forecasting Models for Tidy Time Series — fable-package • fable - +
- +
@@ -101,15 +101,15 @@

Author

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fable.html b/dev/reference/fable.html new file mode 100644 index 00000000..e96a17be --- /dev/null +++ b/dev/reference/fable.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/fitted.AR.html b/dev/reference/fitted.AR.html index 99738346..411de660 100644 --- a/dev/reference/fitted.AR.html +++ b/dev/reference/fitted.AR.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.AR • fableExtract fitted values from a fable model — fitted.AR • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for AR
+    
# S3 method for class 'AR'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.ARIMA.html b/dev/reference/fitted.ARIMA.html index 1c3c0326..bdc28c7d 100644 --- a/dev/reference/fitted.ARIMA.html +++ b/dev/reference/fitted.ARIMA.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.ARIMA • fableExtract fitted values from a fable model — fitted.ARIMA • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -125,15 +125,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.ETS.html b/dev/reference/fitted.ETS.html index 3a860866..d5efade1 100644 --- a/dev/reference/fitted.ETS.html +++ b/dev/reference/fitted.ETS.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.ETS • fableExtract fitted values from a fable model — fitted.ETS • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.NNETAR.html b/dev/reference/fitted.NNETAR.html index 03a711e7..ffd1ba3f 100644 --- a/dev/reference/fitted.NNETAR.html +++ b/dev/reference/fitted.NNETAR.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.NNETAR • fableExtract fitted values from a fable model — fitted.NNETAR • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.RW.html b/dev/reference/fitted.RW.html index 0f04a94f..dd63ca37 100644 --- a/dev/reference/fitted.RW.html +++ b/dev/reference/fitted.RW.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.RW • fableExtract fitted values from a fable model — fitted.RW • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for RW
+    
# S3 method for class 'RW'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -144,15 +144,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.TSLM.html b/dev/reference/fitted.TSLM.html index 15bf8b9b..bfcc5afd 100644 --- a/dev/reference/fitted.TSLM.html +++ b/dev/reference/fitted.TSLM.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.TSLM • fableExtract fitted values from a fable model — fitted.TSLM • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.VAR.html b/dev/reference/fitted.VAR.html index 42b0c3ad..e3ba7054 100644 --- a/dev/reference/fitted.VAR.html +++ b/dev/reference/fitted.VAR.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.VAR • fableExtract fitted values from a fable model — fitted.VAR • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for VAR
+    
# S3 method for class 'VAR'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -127,15 +127,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.croston.html b/dev/reference/fitted.croston.html index eb34ecfd..34b2f4f1 100644 --- a/dev/reference/fitted.croston.html +++ b/dev/reference/fitted.croston.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.croston • fableExtract fitted values from a fable model — fitted.croston • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for croston
+    
# S3 method for class 'croston'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -123,15 +123,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.fable_theta.html b/dev/reference/fitted.fable_theta.html index 06eae4ce..d64a8bab 100644 --- a/dev/reference/fitted.fable_theta.html +++ b/dev/reference/fitted.fable_theta.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.fable_theta • fableExtract fitted values from a fable model — fitted.fable_theta • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for fable_theta
+    
# S3 method for class 'fable_theta'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -125,15 +125,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/fitted.model_mean.html b/dev/reference/fitted.model_mean.html index a8177ea5..88f8287b 100644 --- a/dev/reference/fitted.model_mean.html +++ b/dev/reference/fitted.model_mean.html @@ -1,9 +1,9 @@ -Extract fitted values from a fable model — fitted.model_mean • fableExtract fitted values from a fable model — fitted.model_mean • fable - +
- +
@@ -69,25 +69,25 @@

Extract fitted values from a fable model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 fitted(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted values.

+

A vector of fitted values.

@@ -125,15 +125,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.AR.html b/dev/reference/forecast.AR.html index ec04d014..5a977894 100644 --- a/dev/reference/forecast.AR.html +++ b/dev/reference/forecast.AR.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.AR • fableForecast a model from the fable package — forecast.AR • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for AR
+    
# S3 method for class 'AR'
 forecast(
   object,
   new_data = NULL,
@@ -82,35 +82,35 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -138,15 +138,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.ARIMA.html b/dev/reference/forecast.ARIMA.html index 24c591d9..34565c88 100644 --- a/dev/reference/forecast.ARIMA.html +++ b/dev/reference/forecast.ARIMA.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.ARIMA • fableForecast a model from the fable package — forecast.ARIMA • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 forecast(
   object,
   new_data = NULL,
@@ -82,35 +82,35 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -148,15 +148,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.ETS.html b/dev/reference/forecast.ETS.html index d5ab41e7..e5b40dc4 100644 --- a/dev/reference/forecast.ETS.html +++ b/dev/reference/forecast.ETS.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.ETS • fableForecast a model from the fable package — forecast.ETS • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 forecast(
   object,
   new_data,
@@ -83,39 +83,39 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
simulate
+
simulate

If TRUE, prediction intervals are produced by simulation rather than using analytic formulae.

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution if simulated intervals are used.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -152,15 +152,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.NNETAR.html b/dev/reference/forecast.NNETAR.html index d93267bb..78ec6809 100644 --- a/dev/reference/forecast.NNETAR.html +++ b/dev/reference/forecast.NNETAR.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.NNETAR • fableForecast a model from the fable package — forecast.NNETAR • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 forecast(
   object,
   new_data,
@@ -83,39 +83,39 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
simulate
+
simulate

If TRUE, forecast distributions are produced by sampling from a normal distribution. Without simulation, forecast uncertainty cannot be estimated for this model and instead a degenerate distribution with the forecast mean will be produced.

-
bootstrap
+
bootstrap

If TRUE, forecast distributions are produced by sampling from the model's training residuals.

-
times
+
times

The number of sample paths to use in producing the forecast distribution. Setting simulate = FALSE or times = 0 will produce degenerate forecast distributions of the forecast mean.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -143,15 +143,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.RW.html b/dev/reference/forecast.RW.html index 7d01000c..d74e549f 100644 --- a/dev/reference/forecast.RW.html +++ b/dev/reference/forecast.RW.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.RW • fableForecast a model from the fable package — forecast.RW • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for RW
+    
# S3 method for class 'RW'
 forecast(
   object,
   new_data,
@@ -83,39 +83,39 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
simulate
+
simulate

If TRUE, prediction intervals are produced by simulation rather than using analytic formulae.

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -160,15 +160,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.TSLM.html b/dev/reference/forecast.TSLM.html index 2124ffca..3cb895b5 100644 --- a/dev/reference/forecast.TSLM.html +++ b/dev/reference/forecast.TSLM.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.TSLM • fableForecast a model from the fable package — forecast.TSLM • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 forecast(
   object,
   new_data,
@@ -83,23 +83,25 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
approx_normal
+
approx_normal

Should the resulting forecast distributions be approximated as a Normal distribution instead of a Student's T distribution. Returning Normal distributions (the default) is a useful @@ -107,19 +109,17 @@

Arguments

or reconciliation processes.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -156,15 +156,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.VAR.html b/dev/reference/forecast.VAR.html index e0f0139f..dfe2bd7b 100644 --- a/dev/reference/forecast.VAR.html +++ b/dev/reference/forecast.VAR.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.VAR • fableForecast a model from the fable package — forecast.VAR • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for VAR
+    
# S3 method for class 'VAR'
 forecast(
   object,
   new_data = NULL,
@@ -82,35 +82,35 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -151,15 +151,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.croston.html b/dev/reference/forecast.croston.html index a87b84e4..a9183033 100644 --- a/dev/reference/forecast.croston.html +++ b/dev/reference/forecast.croston.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.croston • fableForecast a model from the fable package — forecast.croston • fable - +
- +
@@ -69,33 +69,33 @@

Forecast a model from the fable package

-
# S3 method for croston
+    
# S3 method for class 'croston'
 forecast(object, new_data, specials = NULL, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -139,15 +139,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.fable_theta.html b/dev/reference/forecast.fable_theta.html index 2a75d602..a445dc44 100644 --- a/dev/reference/forecast.fable_theta.html +++ b/dev/reference/forecast.fable_theta.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.fable_theta • fableForecast a model from the fable package — forecast.fable_theta • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for fable_theta
+    
# S3 method for class 'fable_theta'
 forecast(
   object,
   new_data,
@@ -82,35 +82,35 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -148,15 +148,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/forecast.model_mean.html b/dev/reference/forecast.model_mean.html index 7554a9f0..a70d8fcb 100644 --- a/dev/reference/forecast.model_mean.html +++ b/dev/reference/forecast.model_mean.html @@ -1,9 +1,9 @@ -Forecast a model from the fable package — forecast.model_mean • fableForecast a model from the fable package — forecast.model_mean • fable - +
- +
@@ -69,7 +69,7 @@

Forecast a model from the fable package

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 forecast(
   object,
   new_data,
@@ -82,35 +82,35 @@ 

Forecast a model from the fable package

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
times
+
times

The number of sample paths to use in estimating the forecast distribution when bootstrap = TRUE.

-
...
+
...

Other arguments passed to methods

Value

- - -

A list of forecasts.

+

A list of forecasts.

@@ -141,15 +141,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.AR.html b/dev/reference/generate.AR.html index 8509594f..9aaa7c79 100644 --- a/dev/reference/generate.AR.html +++ b/dev/reference/generate.AR.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.AR • fableGenerate new data from a fable model — generate.AR • fable - +
- +
@@ -75,29 +75,31 @@

Generate new data from a fable model

-
# S3 method for AR
+    
# S3 method for class 'AR'
 generate(x, new_data = NULL, specials = NULL, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -131,15 +133,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.ARIMA.html b/dev/reference/generate.ARIMA.html index 80cd57f7..41ea5b7e 100644 --- a/dev/reference/generate.ARIMA.html +++ b/dev/reference/generate.ARIMA.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.ARIMA • fableGenerate new data from a fable model — generate.ARIMA • fable - +
- +
@@ -75,29 +75,31 @@

Generate new data from a fable model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 generate(x, new_data, specials, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -141,15 +143,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.ETS.html b/dev/reference/generate.ETS.html index 7c264200..65cc5852 100644 --- a/dev/reference/generate.ETS.html +++ b/dev/reference/generate.ETS.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.ETS • fableGenerate new data from a fable model — generate.ETS • fable - +
- +
@@ -75,29 +75,31 @@

Generate new data from a fable model

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 generate(x, new_data, specials, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -140,15 +142,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.NNETAR.html b/dev/reference/generate.NNETAR.html index 835b412c..3c061791 100644 --- a/dev/reference/generate.NNETAR.html +++ b/dev/reference/generate.NNETAR.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.NNETAR • fableGenerate new data from a fable model — generate.NNETAR • fable - +
- +
@@ -75,29 +75,31 @@

Generate new data from a fable model

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 generate(x, new_data, specials = NULL, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -131,15 +133,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.RW.html b/dev/reference/generate.RW.html index dc2424fb..96cdf7ee 100644 --- a/dev/reference/generate.RW.html +++ b/dev/reference/generate.RW.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.RW • fableGenerate new data from a fable model — generate.RW • fable - +
- +
@@ -75,25 +75,27 @@

Generate new data from a fable model

-
# S3 method for RW
+    
# S3 method for class 'RW'
 generate(x, new_data, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -144,15 +146,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.TSLM.html b/dev/reference/generate.TSLM.html index 6cfb21ab..be882a1c 100644 --- a/dev/reference/generate.TSLM.html +++ b/dev/reference/generate.TSLM.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.TSLM • fableGenerate new data from a fable model — generate.TSLM • fable - +
- +
@@ -75,29 +75,31 @@

Generate new data from a fable model

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 generate(x, new_data, specials, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -140,15 +142,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/generate.model_mean.html b/dev/reference/generate.model_mean.html index 1485dd35..17209a2d 100644 --- a/dev/reference/generate.model_mean.html +++ b/dev/reference/generate.model_mean.html @@ -1,12 +1,12 @@ -Generate new data from a fable model — generate.model_mean • fableGenerate new data from a fable model — generate.model_mean • fable - +
- +
@@ -75,25 +75,27 @@

Generate new data from a fable model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 generate(x, new_data, bootstrap = FALSE, ...)

Arguments

-
x
+ + +
x

A fitted model.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
bootstrap
+
bootstrap

If TRUE, then forecast distributions are computed using simulation with resampled errors.

-
...
+
...

Other arguments passed to methods

@@ -130,15 +132,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.AR.html b/dev/reference/glance.AR.html index b9b8261e..12f259f1 100644 --- a/dev/reference/glance.AR.html +++ b/dev/reference/glance.AR.html @@ -1,9 +1,9 @@ -Glance a AR — glance.AR • fableGlance a AR — glance.AR • fable - +
- +
@@ -69,25 +69,25 @@

Glance a AR

-
# S3 method for AR
+    
# S3 method for class 'AR'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

Details

@@ -118,15 +118,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.ARIMA.html b/dev/reference/glance.ARIMA.html index dc05b219..1e391857 100644 --- a/dev/reference/glance.ARIMA.html +++ b/dev/reference/glance.ARIMA.html @@ -1,9 +1,9 @@ -Glance an ARIMA model — glance.ARIMA • fableGlance an ARIMA model — glance.ARIMA • fable - +
- +
@@ -69,7 +69,7 @@

Glance an ARIMA model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 glance(x, ...)
@@ -97,19 +97,19 @@

Format

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

@@ -136,15 +136,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.ETS.html b/dev/reference/glance.ETS.html index 69fceeb2..ca4b0ed6 100644 --- a/dev/reference/glance.ETS.html +++ b/dev/reference/glance.ETS.html @@ -1,9 +1,9 @@ -Glance an ETS model — glance.ETS • fableGlance an ETS model — glance.ETS • fable - +
- +
@@ -69,25 +69,25 @@

Glance an ETS model

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

Details

@@ -118,15 +118,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.NNETAR.html b/dev/reference/glance.NNETAR.html index c30b47ba..c32ffd99 100644 --- a/dev/reference/glance.NNETAR.html +++ b/dev/reference/glance.NNETAR.html @@ -1,10 +1,10 @@ -Glance a NNETAR model — glance.NNETAR • fableGlance a NNETAR model — glance.NNETAR • fable - +
- +
@@ -71,25 +71,25 @@

Glance a NNETAR model

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

@@ -115,15 +115,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.RW.html b/dev/reference/glance.RW.html index 008a8be3..abebc3b7 100644 --- a/dev/reference/glance.RW.html +++ b/dev/reference/glance.RW.html @@ -1,10 +1,10 @@ -Glance a lag walk model — glance.RW • fableGlance a lag walk model — glance.RW • fable - +
- +
@@ -71,25 +71,25 @@

Glance a lag walk model

-
# S3 method for RW
+    
# S3 method for class 'RW'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.TSLM.html b/dev/reference/glance.TSLM.html index 20502cde..9c5a7ce0 100644 --- a/dev/reference/glance.TSLM.html +++ b/dev/reference/glance.TSLM.html @@ -1,9 +1,9 @@ -Glance a TSLM — glance.TSLM • fableGlance a TSLM — glance.TSLM • fable - +
- +
@@ -69,25 +69,25 @@

Glance a TSLM

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

Details

@@ -120,15 +120,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.VAR.html b/dev/reference/glance.VAR.html index ffd983d7..915237b9 100644 --- a/dev/reference/glance.VAR.html +++ b/dev/reference/glance.VAR.html @@ -1,9 +1,9 @@ -Glance a VAR — glance.VAR • fableGlance a VAR — glance.VAR • fable - +
- +
@@ -69,25 +69,25 @@

Glance a VAR

-
# S3 method for VAR
+    
# S3 method for class 'VAR'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

Details

@@ -121,15 +121,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.fable_theta.html b/dev/reference/glance.fable_theta.html index 69090dc8..dab48865 100644 --- a/dev/reference/glance.fable_theta.html +++ b/dev/reference/glance.fable_theta.html @@ -1,9 +1,9 @@ -Glance a theta method — glance.fable_theta • fableGlance a theta method — glance.fable_theta • fable - +
- +
@@ -69,25 +69,25 @@

Glance a theta method

-
# S3 method for fable_theta
+    
# S3 method for class 'fable_theta'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

Details

@@ -106,15 +106,15 @@

Details

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/glance.model_mean.html b/dev/reference/glance.model_mean.html index be5f1a1b..36fd939d 100644 --- a/dev/reference/glance.model_mean.html +++ b/dev/reference/glance.model_mean.html @@ -1,9 +1,9 @@ -Glance a average method model — glance.model_mean • fableGlance a average method model — glance.model_mean • fable - +
- +
@@ -69,25 +69,25 @@

Glance a average method model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 glance(x, ...)

Arguments

-
x
+ + +
x

model or other R object to convert to single-row data frame

-
...
+
...

other arguments passed to methods

Value

- - -

A one row tibble summarising the model's fit.

+

A one row tibble summarising the model's fit.

Details

@@ -118,15 +118,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/index.html b/dev/reference/index.html index 16553408..23f2fb7c 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -1,9 +1,9 @@ -Function reference • fablePackage index • fable - +
- +
@@ -483,15 +483,15 @@

Vector autoregression -

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/interpolate.ARIMA.html b/dev/reference/interpolate.ARIMA.html index 09e4c204..c8331380 100644 --- a/dev/reference/interpolate.ARIMA.html +++ b/dev/reference/interpolate.ARIMA.html @@ -1,9 +1,9 @@ -Interpolate missing values from a fable model — interpolate.ARIMA • fableInterpolate missing values from a fable model — interpolate.ARIMA • fable - +
- +
@@ -69,33 +69,33 @@

Interpolate missing values from a fable model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 interpolate(object, new_data, specials, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
...
+
...

Other arguments passed to methods

Value

- - -

A tibble of the same dimension of new_data with missing values interpolated.

+

A tibble of the same dimension of new_data with missing values interpolated.

@@ -134,15 +134,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/interpolate.TSLM.html b/dev/reference/interpolate.TSLM.html index 62737bca..a792dbce 100644 --- a/dev/reference/interpolate.TSLM.html +++ b/dev/reference/interpolate.TSLM.html @@ -1,9 +1,9 @@ -Interpolate missing values from a fable model — interpolate.TSLM • fableInterpolate missing values from a fable model — interpolate.TSLM • fable - +
- +
@@ -69,33 +69,33 @@

Interpolate missing values from a fable model

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 interpolate(object, new_data, specials, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
...
+
...

Other arguments passed to methods

Value

- - -

A tibble of the same dimension of new_data with missing values interpolated.

+

A tibble of the same dimension of new_data with missing values interpolated.

@@ -134,15 +134,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/interpolate.model_mean.html b/dev/reference/interpolate.model_mean.html index d5ff14f9..73f4236d 100644 --- a/dev/reference/interpolate.model_mean.html +++ b/dev/reference/interpolate.model_mean.html @@ -1,9 +1,9 @@ -Interpolate missing values from a fable model — interpolate.model_mean • fableInterpolate missing values from a fable model — interpolate.model_mean • fable - +
- +
@@ -69,33 +69,33 @@

Interpolate missing values from a fable model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 interpolate(object, new_data, specials, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
...
+
...

Other arguments passed to methods

Value

- - -

A tibble of the same dimension of new_data with missing values interpolated.

+

A tibble of the same dimension of new_data with missing values interpolated.

@@ -134,15 +134,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/reexports.html b/dev/reference/reexports.html index f736f64c..38c69e3c 100644 --- a/dev/reference/reexports.html +++ b/dev/reference/reexports.html @@ -1,5 +1,5 @@ -Objects exported from other packages — reexports • fableObjects exported from other packages — reexports • fable - +
- +
@@ -102,15 +102,15 @@

Objects exported from other packages

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.AR.html b/dev/reference/refit.AR.html index 7ee519dd..5459791c 100644 --- a/dev/reference/refit.AR.html +++ b/dev/reference/refit.AR.html @@ -1,9 +1,9 @@ -Refit an AR model — refit.AR • fableRefit an AR model — refit.AR • fable - +
- +
@@ -69,37 +69,37 @@

Refit an AR model

-
# S3 method for AR
+    
# S3 method for class 'AR'
 refit(object, new_data, specials = NULL, reestimate = FALSE, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the coefficients for the fitted model will be re-estimated to suit the new data.

-
...
+
...

Other arguments passed to methods

Value

- - -

A refitted model.

+

A refitted model.

@@ -151,15 +151,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.ARIMA.html b/dev/reference/refit.ARIMA.html index 269c8d47..41eab2a7 100644 --- a/dev/reference/refit.ARIMA.html +++ b/dev/reference/refit.ARIMA.html @@ -1,9 +1,9 @@ -Refit an ARIMA model — refit.ARIMA • fableRefit an ARIMA model — refit.ARIMA • fable - +
- +
@@ -69,37 +69,37 @@

Refit an ARIMA model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 refit(object, new_data, specials = NULL, reestimate = FALSE, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the coefficients for the fitted model will be re-estimated to suit the new data.

-
...
+
...

Other arguments passed to methods

Value

- - -

A refitted model.

+

A refitted model.

@@ -149,15 +149,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.ETS.html b/dev/reference/refit.ETS.html index 03ae9e4c..dcb46d28 100644 --- a/dev/reference/refit.ETS.html +++ b/dev/reference/refit.ETS.html @@ -1,9 +1,9 @@ -Refit an ETS model — refit.ETS • fableRefit an ETS model — refit.ETS • fable - +
- +
@@ -69,7 +69,7 @@

Refit an ETS model

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 refit(
   object,
   new_data,
@@ -82,27 +82,29 @@ 

Refit an ETS model

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the coefficients for the fitted model will be re-estimated to suit the new data.

-
reinitialise
+
reinitialise

If TRUE, the initial parameters will be re-estimated to suit the new data.

-
...
+
...

Other arguments passed to methods

@@ -168,15 +170,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.NNETAR.html b/dev/reference/refit.NNETAR.html index 0c95b3bc..2a1e4ae6 100644 --- a/dev/reference/refit.NNETAR.html +++ b/dev/reference/refit.NNETAR.html @@ -1,9 +1,9 @@ -Refit a NNETAR model — refit.NNETAR • fableRefit a NNETAR model — refit.NNETAR • fable - +
- +
@@ -69,40 +69,40 @@

Refit a NNETAR model

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 refit(object, new_data, specials = NULL, reestimate = FALSE, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the networks will be initialized with random starting weights to suit the new data. If FALSE, for every network the best individual set of weights found in the pre-estimation process is used as the starting weight vector.

-
...
+
...

Other arguments passed to methods

Value

- - -

A refitted model.

+

A refitted model.

@@ -148,15 +148,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.RW.html b/dev/reference/refit.RW.html index 16c115ef..199f7ac6 100644 --- a/dev/reference/refit.RW.html +++ b/dev/reference/refit.RW.html @@ -1,9 +1,9 @@ -Refit a lag walk model — refit.RW • fableRefit a lag walk model — refit.RW • fable - +
- +
@@ -69,30 +69,32 @@

Refit a lag walk model

-
# S3 method for RW
+    
# S3 method for class 'RW'
 refit(object, new_data, specials = NULL, reestimate = FALSE, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the lag walk model will be re-estimated to suit the new data.

-
...
+
...

Other arguments passed to methods

@@ -140,15 +142,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.TSLM.html b/dev/reference/refit.TSLM.html index 852ac791..d3d2733b 100644 --- a/dev/reference/refit.TSLM.html +++ b/dev/reference/refit.TSLM.html @@ -1,9 +1,9 @@ -Refit a TSLM — refit.TSLM • fableRefit a TSLM — refit.TSLM • fable - +
- +
@@ -69,29 +69,31 @@

Refit a TSLM

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 refit(object, new_data, specials = NULL, reestimate = FALSE, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the coefficients for the fitted model will be re-estimated to suit the new data.

-
...
+
...

Other arguments passed to methods

@@ -179,15 +181,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/refit.model_mean.html b/dev/reference/refit.model_mean.html index ec03eed8..02c7025a 100644 --- a/dev/reference/refit.model_mean.html +++ b/dev/reference/refit.model_mean.html @@ -1,9 +1,9 @@ -Refit a MEAN model — refit.model_mean • fableRefit a MEAN model — refit.model_mean • fable - +
- +
@@ -69,30 +69,32 @@

Refit a MEAN model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 refit(object, new_data, specials = NULL, reestimate = FALSE, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
new_data
+
new_data

A tsibble containing the time points and exogenous regressors to produce forecasts for.

-
specials
+
specials

(passed by fabletools::forecast.mdl_df()).

-
reestimate
+
reestimate

If TRUE, the mean for the fitted model will be re-estimated to suit the new data.

-
...
+
...

Other arguments passed to methods

@@ -134,15 +136,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/report.AR.html b/dev/reference/report.AR.html new file mode 100644 index 00000000..96dcb287 --- /dev/null +++ b/dev/reference/report.AR.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.ARIMA.html b/dev/reference/report.ARIMA.html new file mode 100644 index 00000000..7c63819b --- /dev/null +++ b/dev/reference/report.ARIMA.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.ETS.html b/dev/reference/report.ETS.html new file mode 100644 index 00000000..50939e7c --- /dev/null +++ b/dev/reference/report.ETS.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.NNETAR.html b/dev/reference/report.NNETAR.html new file mode 100644 index 00000000..84bcd3f5 --- /dev/null +++ b/dev/reference/report.NNETAR.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.RW.html b/dev/reference/report.RW.html new file mode 100644 index 00000000..32e9a474 --- /dev/null +++ b/dev/reference/report.RW.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.TSLM.html b/dev/reference/report.TSLM.html new file mode 100644 index 00000000..ed1c3ddd --- /dev/null +++ b/dev/reference/report.TSLM.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.VAR.html b/dev/reference/report.VAR.html new file mode 100644 index 00000000..52531eac --- /dev/null +++ b/dev/reference/report.VAR.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/report.model_mean.html b/dev/reference/report.model_mean.html new file mode 100644 index 00000000..348ee310 --- /dev/null +++ b/dev/reference/report.model_mean.html @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/dev/reference/residuals.AR.html b/dev/reference/residuals.AR.html index 786c11a4..e9b75692 100644 --- a/dev/reference/residuals.AR.html +++ b/dev/reference/residuals.AR.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.AR • fableExtract residuals from a fable model — residuals.AR • fable - +
- +
@@ -69,29 +69,29 @@

Extract residuals from a fable model

-
# S3 method for AR
+    
# S3 method for class 'AR'
 residuals(object, type = c("innovation", "regression"), ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
type
+
type

The type of residuals to extract.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -128,15 +128,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.ARIMA.html b/dev/reference/residuals.ARIMA.html index fe9df9b7..8939eff6 100644 --- a/dev/reference/residuals.ARIMA.html +++ b/dev/reference/residuals.ARIMA.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.ARIMA • fableExtract residuals from a fable model — residuals.ARIMA • fable - +
- +
@@ -69,29 +69,29 @@

Extract residuals from a fable model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 residuals(object, type = c("innovation", "regression"), ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
type
+
type

The type of residuals to extract.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -129,15 +129,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.ETS.html b/dev/reference/residuals.ETS.html index c2698f93..9fda7b10 100644 --- a/dev/reference/residuals.ETS.html +++ b/dev/reference/residuals.ETS.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.ETS • fableExtract residuals from a fable model — residuals.ETS • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.NNETAR.html b/dev/reference/residuals.NNETAR.html index 7fe6211f..a601e059 100644 --- a/dev/reference/residuals.NNETAR.html +++ b/dev/reference/residuals.NNETAR.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.NNETAR • fableExtract residuals from a fable model — residuals.NNETAR • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.RW.html b/dev/reference/residuals.RW.html index 605f6186..d44a900e 100644 --- a/dev/reference/residuals.RW.html +++ b/dev/reference/residuals.RW.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.RW • fableExtract residuals from a fable model — residuals.RW • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for RW
+    
# S3 method for class 'RW'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -144,15 +144,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.TSLM.html b/dev/reference/residuals.TSLM.html index 12c4347c..3fd06b70 100644 --- a/dev/reference/residuals.TSLM.html +++ b/dev/reference/residuals.TSLM.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.TSLM • fableExtract residuals from a fable model — residuals.TSLM • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -124,15 +124,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.VAR.html b/dev/reference/residuals.VAR.html index 0e44ad1f..c2665cdf 100644 --- a/dev/reference/residuals.VAR.html +++ b/dev/reference/residuals.VAR.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.VAR • fableExtract residuals from a fable model — residuals.VAR • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for VAR
+    
# S3 method for class 'VAR'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -127,15 +127,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.croston.html b/dev/reference/residuals.croston.html index a88c5c7f..5df9356c 100644 --- a/dev/reference/residuals.croston.html +++ b/dev/reference/residuals.croston.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.croston • fableExtract residuals from a fable model — residuals.croston • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for croston
+    
# S3 method for class 'croston'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -131,15 +131,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.fable_theta.html b/dev/reference/residuals.fable_theta.html index 866d0b83..3776f788 100644 --- a/dev/reference/residuals.fable_theta.html +++ b/dev/reference/residuals.fable_theta.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.fable_theta • fableExtract residuals from a fable model — residuals.fable_theta • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for fable_theta
+    
# S3 method for class 'fable_theta'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -125,15 +125,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/residuals.model_mean.html b/dev/reference/residuals.model_mean.html index f3d77be8..29b2a99d 100644 --- a/dev/reference/residuals.model_mean.html +++ b/dev/reference/residuals.model_mean.html @@ -1,9 +1,9 @@ -Extract residuals from a fable model — residuals.model_mean • fableExtract residuals from a fable model — residuals.model_mean • fable - +
- +
@@ -69,25 +69,25 @@

Extract residuals from a fable model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 residuals(object, ...)

Arguments

-
object
+ + +
object

A model for which forecasts are required.

-
...
+
...

Other arguments passed to methods

Value

- - -

A vector of fitted residuals.

+

A vector of fitted residuals.

@@ -125,15 +125,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.AR.html b/dev/reference/tidy.AR.html index a14c8cdd..3fa9e10a 100644 --- a/dev/reference/tidy.AR.html +++ b/dev/reference/tidy.AR.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.AR • fableTidy a fable model — tidy.AR • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for AR
+    
# S3 method for class 'AR'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -116,15 +116,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.ARIMA.html b/dev/reference/tidy.ARIMA.html index 5f23d133..9ba0732b 100644 --- a/dev/reference/tidy.ARIMA.html +++ b/dev/reference/tidy.ARIMA.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.ARIMA • fableTidy a fable model — tidy.ARIMA • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for ARIMA
+    
# S3 method for class 'ARIMA'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -115,15 +115,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.ETS.html b/dev/reference/tidy.ETS.html index a93827e0..3f1c7c4e 100644 --- a/dev/reference/tidy.ETS.html +++ b/dev/reference/tidy.ETS.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.ETS • fableTidy a fable model — tidy.ETS • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for ETS
+    
# S3 method for class 'ETS'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -129,15 +129,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.NNETAR.html b/dev/reference/tidy.NNETAR.html index 1ccf70ca..7dde03e5 100644 --- a/dev/reference/tidy.NNETAR.html +++ b/dev/reference/tidy.NNETAR.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.NNETAR • fableTidy a fable model — tidy.NNETAR • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for NNETAR
+    
# S3 method for class 'NNETAR'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -111,15 +111,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.RW.html b/dev/reference/tidy.RW.html index 96780914..1ed72f2c 100644 --- a/dev/reference/tidy.RW.html +++ b/dev/reference/tidy.RW.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.RW • fableTidy a fable model — tidy.RW • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for RW
+    
# S3 method for class 'RW'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -120,15 +120,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.TSLM.html b/dev/reference/tidy.TSLM.html index d34b454b..66223509 100644 --- a/dev/reference/tidy.TSLM.html +++ b/dev/reference/tidy.TSLM.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.TSLM • fableTidy a fable model — tidy.TSLM • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for TSLM
+    
# S3 method for class 'TSLM'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -125,15 +125,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.VAR.html b/dev/reference/tidy.VAR.html index 4151156b..234b9ba0 100644 --- a/dev/reference/tidy.VAR.html +++ b/dev/reference/tidy.VAR.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.VAR • fableTidy a fable model — tidy.VAR • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for VAR
+    
# S3 method for class 'VAR'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -129,15 +129,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.croston.html b/dev/reference/tidy.croston.html index 9aeb23ba..5959c546 100644 --- a/dev/reference/tidy.croston.html +++ b/dev/reference/tidy.croston.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.croston • fableTidy a fable model — tidy.croston • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for croston
+    
# S3 method for class 'croston'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -123,15 +123,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.fable_theta.html b/dev/reference/tidy.fable_theta.html index 43ce6a33..b9c98d13 100644 --- a/dev/reference/tidy.fable_theta.html +++ b/dev/reference/tidy.fable_theta.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.fable_theta • fableTidy a fable model — tidy.fable_theta • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for fable_theta
+    
# S3 method for class 'fable_theta'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -115,15 +115,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/tidy.model_mean.html b/dev/reference/tidy.model_mean.html index 036a83a2..c5af000c 100644 --- a/dev/reference/tidy.model_mean.html +++ b/dev/reference/tidy.model_mean.html @@ -1,9 +1,9 @@ -Tidy a fable model — tidy.model_mean • fableTidy a fable model — tidy.model_mean • fable - +
- +
@@ -69,25 +69,25 @@

Tidy a fable model

-
# S3 method for model_mean
+    
# S3 method for class 'model_mean'
 tidy(x, ...)

Arguments

-
x
+ + +
x

An object to be converted into a tidy tibble::tibble().

-
...
+
...

Additional arguments to tidying method.

Value

- - -

The model's coefficients in a tibble.

+

The model's coefficients in a tibble.

@@ -114,15 +114,15 @@

Examples

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/reference/unitroot_options.html b/dev/reference/unitroot_options.html index d0f7cc32..edbbe684 100644 --- a/dev/reference/unitroot_options.html +++ b/dev/reference/unitroot_options.html @@ -1,12 +1,12 @@ -Options for the unit root tests for order of integration — unitroot_options • fableOptions for the unit root tests for order of integration — unitroot_options • fable - +
- +
@@ -85,11 +85,13 @@

Options for the unit root tests for order of integration

Arguments

-
ndiffs_alpha, nsdiffs_alpha
+ + +
ndiffs_alpha, nsdiffs_alpha

The level for the test specified in the pval functions. As long as pval < alpha, differences will be added.

-
ndiffs_pvalue, nsdiffs_pvalue
+
ndiffs_pvalue, nsdiffs_pvalue

A function (or lambda expression) that provides a p-value for the unit root test. As long as pval < alpha, differences will be added.

For the function for the seasonal p-value, the seasonal period will be provided as the .period argument to this function. A vector of data to test is available as . or .x.

@@ -97,9 +99,7 @@

Arguments

Value

- - -

A list of parameters

+

A list of parameters

@@ -114,15 +114,15 @@

Value

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.1.0.

- - + + diff --git a/dev/sitemap.xml b/dev/sitemap.xml index 7589e648..bf3b7585 100644 --- a/dev/sitemap.xml +++ b/dev/sitemap.xml @@ -1,273 +1,93 @@ - - - - https://fable.tidyverts.org/LICENSE.html - - - https://fable.tidyverts.org/articles/fable.html - - - https://fable.tidyverts.org/articles/index.html - - - https://fable.tidyverts.org/articles/transformations.html - - - https://fable.tidyverts.org/authors.html - - - https://fable.tidyverts.org/index.html - - - https://fable.tidyverts.org/news/index.html - - - https://fable.tidyverts.org/reference/AR.html - - - https://fable.tidyverts.org/reference/ARIMA.html - - - https://fable.tidyverts.org/reference/CROSTON.html - - - https://fable.tidyverts.org/reference/ETS.html - - - https://fable.tidyverts.org/reference/MEAN.html - - - https://fable.tidyverts.org/reference/NNETAR.html - - - https://fable.tidyverts.org/reference/RW.html - - - https://fable.tidyverts.org/reference/THETA.html - - - https://fable.tidyverts.org/reference/TSLM.html - - - https://fable.tidyverts.org/reference/VAR.html - - - https://fable.tidyverts.org/reference/breusch_godfrey.html - - - https://fable.tidyverts.org/reference/common_xregs.html - - - https://fable.tidyverts.org/reference/components.ETS.html - - - https://fable.tidyverts.org/reference/fable-package.html - - - https://fable.tidyverts.org/reference/fitted.AR.html - - - https://fable.tidyverts.org/reference/fitted.ARIMA.html - - - https://fable.tidyverts.org/reference/fitted.ETS.html - - - https://fable.tidyverts.org/reference/fitted.NNETAR.html - - - https://fable.tidyverts.org/reference/fitted.RW.html - - - https://fable.tidyverts.org/reference/fitted.TSLM.html - - - https://fable.tidyverts.org/reference/fitted.VAR.html - - - https://fable.tidyverts.org/reference/fitted.croston.html - - - https://fable.tidyverts.org/reference/fitted.fable_theta.html - - - https://fable.tidyverts.org/reference/fitted.model_mean.html - - - https://fable.tidyverts.org/reference/forecast.AR.html - - - https://fable.tidyverts.org/reference/forecast.ARIMA.html - - - https://fable.tidyverts.org/reference/forecast.ETS.html - - - https://fable.tidyverts.org/reference/forecast.NNETAR.html - - - https://fable.tidyverts.org/reference/forecast.RW.html - - - https://fable.tidyverts.org/reference/forecast.TSLM.html - - - https://fable.tidyverts.org/reference/forecast.VAR.html - - - https://fable.tidyverts.org/reference/forecast.croston.html - - - https://fable.tidyverts.org/reference/forecast.fable_theta.html - - - https://fable.tidyverts.org/reference/forecast.model_mean.html - - - https://fable.tidyverts.org/reference/generate.AR.html - - - https://fable.tidyverts.org/reference/generate.ARIMA.html - - - https://fable.tidyverts.org/reference/generate.ETS.html - - - https://fable.tidyverts.org/reference/generate.NNETAR.html - - - https://fable.tidyverts.org/reference/generate.RW.html - - - https://fable.tidyverts.org/reference/generate.TSLM.html - - - https://fable.tidyverts.org/reference/generate.model_mean.html - - - https://fable.tidyverts.org/reference/glance.AR.html - - - https://fable.tidyverts.org/reference/glance.ARIMA.html - - - https://fable.tidyverts.org/reference/glance.ETS.html - - - https://fable.tidyverts.org/reference/glance.NNETAR.html - - - https://fable.tidyverts.org/reference/glance.RW.html - - - https://fable.tidyverts.org/reference/glance.TSLM.html - - - https://fable.tidyverts.org/reference/glance.VAR.html - - - https://fable.tidyverts.org/reference/glance.fable_theta.html - - - https://fable.tidyverts.org/reference/glance.model_mean.html - - - https://fable.tidyverts.org/reference/index.html - - - https://fable.tidyverts.org/reference/interpolate.ARIMA.html - - - https://fable.tidyverts.org/reference/interpolate.TSLM.html - - - https://fable.tidyverts.org/reference/interpolate.model_mean.html - - - https://fable.tidyverts.org/reference/reexports.html - - - https://fable.tidyverts.org/reference/refit.AR.html - - - https://fable.tidyverts.org/reference/refit.ARIMA.html - - - https://fable.tidyverts.org/reference/refit.ETS.html - - - https://fable.tidyverts.org/reference/refit.NNETAR.html - - - https://fable.tidyverts.org/reference/refit.RW.html - - - https://fable.tidyverts.org/reference/refit.TSLM.html - - - https://fable.tidyverts.org/reference/refit.model_mean.html - - - https://fable.tidyverts.org/reference/residuals.AR.html - - - https://fable.tidyverts.org/reference/residuals.ARIMA.html - - - https://fable.tidyverts.org/reference/residuals.ETS.html - - - https://fable.tidyverts.org/reference/residuals.NNETAR.html - - - https://fable.tidyverts.org/reference/residuals.RW.html - - - https://fable.tidyverts.org/reference/residuals.TSLM.html - - - https://fable.tidyverts.org/reference/residuals.VAR.html - - - https://fable.tidyverts.org/reference/residuals.croston.html - - - https://fable.tidyverts.org/reference/residuals.fable_theta.html - - - https://fable.tidyverts.org/reference/residuals.model_mean.html - - - https://fable.tidyverts.org/reference/tidy.AR.html - - - https://fable.tidyverts.org/reference/tidy.ARIMA.html - - - https://fable.tidyverts.org/reference/tidy.ETS.html - - - https://fable.tidyverts.org/reference/tidy.NNETAR.html - - - https://fable.tidyverts.org/reference/tidy.RW.html - - - https://fable.tidyverts.org/reference/tidy.TSLM.html - - - https://fable.tidyverts.org/reference/tidy.VAR.html - - - https://fable.tidyverts.org/reference/tidy.croston.html - - - https://fable.tidyverts.org/reference/tidy.fable_theta.html - - - https://fable.tidyverts.org/reference/tidy.model_mean.html - - - https://fable.tidyverts.org/reference/unitroot_options.html - + +https://fable.tidyverts.org/LICENSE.html +https://fable.tidyverts.org/articles/fable.html +https://fable.tidyverts.org/articles/index.html +https://fable.tidyverts.org/articles/transformations.html +https://fable.tidyverts.org/authors.html +https://fable.tidyverts.org/index.html +https://fable.tidyverts.org/news/index.html +https://fable.tidyverts.org/reference/AR.html +https://fable.tidyverts.org/reference/ARIMA.html +https://fable.tidyverts.org/reference/CROSTON.html +https://fable.tidyverts.org/reference/ETS.html +https://fable.tidyverts.org/reference/MEAN.html +https://fable.tidyverts.org/reference/NNETAR.html +https://fable.tidyverts.org/reference/RW.html +https://fable.tidyverts.org/reference/THETA.html +https://fable.tidyverts.org/reference/TSLM.html +https://fable.tidyverts.org/reference/VAR.html +https://fable.tidyverts.org/reference/breusch_godfrey.html +https://fable.tidyverts.org/reference/common_xregs.html +https://fable.tidyverts.org/reference/components.ETS.html +https://fable.tidyverts.org/reference/fable-package.html +https://fable.tidyverts.org/reference/fitted.AR.html +https://fable.tidyverts.org/reference/fitted.ARIMA.html +https://fable.tidyverts.org/reference/fitted.ETS.html +https://fable.tidyverts.org/reference/fitted.NNETAR.html +https://fable.tidyverts.org/reference/fitted.RW.html +https://fable.tidyverts.org/reference/fitted.TSLM.html +https://fable.tidyverts.org/reference/fitted.VAR.html +https://fable.tidyverts.org/reference/fitted.croston.html +https://fable.tidyverts.org/reference/fitted.fable_theta.html +https://fable.tidyverts.org/reference/fitted.model_mean.html +https://fable.tidyverts.org/reference/forecast.AR.html +https://fable.tidyverts.org/reference/forecast.ARIMA.html +https://fable.tidyverts.org/reference/forecast.ETS.html +https://fable.tidyverts.org/reference/forecast.NNETAR.html +https://fable.tidyverts.org/reference/forecast.RW.html +https://fable.tidyverts.org/reference/forecast.TSLM.html +https://fable.tidyverts.org/reference/forecast.VAR.html +https://fable.tidyverts.org/reference/forecast.croston.html +https://fable.tidyverts.org/reference/forecast.fable_theta.html +https://fable.tidyverts.org/reference/forecast.model_mean.html +https://fable.tidyverts.org/reference/generate.AR.html +https://fable.tidyverts.org/reference/generate.ARIMA.html +https://fable.tidyverts.org/reference/generate.ETS.html +https://fable.tidyverts.org/reference/generate.NNETAR.html +https://fable.tidyverts.org/reference/generate.RW.html +https://fable.tidyverts.org/reference/generate.TSLM.html +https://fable.tidyverts.org/reference/generate.model_mean.html +https://fable.tidyverts.org/reference/glance.AR.html +https://fable.tidyverts.org/reference/glance.ARIMA.html +https://fable.tidyverts.org/reference/glance.ETS.html +https://fable.tidyverts.org/reference/glance.NNETAR.html +https://fable.tidyverts.org/reference/glance.RW.html +https://fable.tidyverts.org/reference/glance.TSLM.html +https://fable.tidyverts.org/reference/glance.VAR.html +https://fable.tidyverts.org/reference/glance.fable_theta.html +https://fable.tidyverts.org/reference/glance.model_mean.html +https://fable.tidyverts.org/reference/index.html +https://fable.tidyverts.org/reference/interpolate.ARIMA.html +https://fable.tidyverts.org/reference/interpolate.TSLM.html +https://fable.tidyverts.org/reference/interpolate.model_mean.html +https://fable.tidyverts.org/reference/reexports.html +https://fable.tidyverts.org/reference/refit.AR.html +https://fable.tidyverts.org/reference/refit.ARIMA.html +https://fable.tidyverts.org/reference/refit.ETS.html +https://fable.tidyverts.org/reference/refit.NNETAR.html +https://fable.tidyverts.org/reference/refit.RW.html +https://fable.tidyverts.org/reference/refit.TSLM.html +https://fable.tidyverts.org/reference/refit.model_mean.html +https://fable.tidyverts.org/reference/residuals.AR.html +https://fable.tidyverts.org/reference/residuals.ARIMA.html +https://fable.tidyverts.org/reference/residuals.ETS.html +https://fable.tidyverts.org/reference/residuals.NNETAR.html +https://fable.tidyverts.org/reference/residuals.RW.html +https://fable.tidyverts.org/reference/residuals.TSLM.html +https://fable.tidyverts.org/reference/residuals.VAR.html +https://fable.tidyverts.org/reference/residuals.croston.html +https://fable.tidyverts.org/reference/residuals.fable_theta.html +https://fable.tidyverts.org/reference/residuals.model_mean.html +https://fable.tidyverts.org/reference/tidy.AR.html +https://fable.tidyverts.org/reference/tidy.ARIMA.html +https://fable.tidyverts.org/reference/tidy.ETS.html +https://fable.tidyverts.org/reference/tidy.NNETAR.html +https://fable.tidyverts.org/reference/tidy.RW.html +https://fable.tidyverts.org/reference/tidy.TSLM.html +https://fable.tidyverts.org/reference/tidy.VAR.html +https://fable.tidyverts.org/reference/tidy.croston.html +https://fable.tidyverts.org/reference/tidy.fable_theta.html +https://fable.tidyverts.org/reference/tidy.model_mean.html +https://fable.tidyverts.org/reference/unitroot_options.html +