arima_fit_components: Fit ARIMA Models to Wavelet Components

View source: R/arima_fit_components.R

arima_fit_componentsR Documentation

Fit ARIMA Models to Wavelet Components

Description

Fit ARIMA Models to Wavelet Components

Usage

arima_fit_components(components)

Arguments

components

2-d numeric array of wavelet components generated by wavelet_components()

Examples

arima_fit_components(cbind("COMPONENT"=sin(1:50) + rnorm(50) + 10, "NOISE"=rnorm(50)))

walkerjeffd/weathergen documentation built on July 26, 2022, 7:20 a.m.