gdescomponer: Plotting the trend and seasonal

Description Usage Arguments References See Also Examples

View source: R/gdescomponer.R

Description

Plotting the trend and seasonal of time series.

Usage

1
gdescomponer(y,freq,type,year,q)

Arguments

y

a vector of the observed time-serie values

freq

Number of times in each unit time interval

type

lineal (1), quadratic(2)

year

the year of the first observation

q

the time of the first observation

References

Parra, F. (2014), Amplitude time-frequency regression, (http://econometria.wordpress.com/2013/08/21/estimation-of-time-varying-regression-coefficients/)

See Also

descomponer

Examples

1
2
data(ipi)
gdescomponer(ipi,12,1,2002,1)

PacoParra/descomponer-1.5 documentation built on May 6, 2019, 9:07 a.m.