Description Usage Arguments Details Value Author(s) References See Also Examples
Building some regression models for time series.
1 |
ts |
Univariate time series. |
p.max |
Greatest level of polynomial models. |
r |
Display results returned to the specified number of decimal places (default 3). (See |
plot |
Let plot=TRUE to paint graph of obsevation series and interpolate series. Let plot=FLASE (default) to do not paint graph. |
luy thua: Y = a*t^b
luong giac: Y = a + b*sin(t) + c*cos(t)
hyperbol: Y = a + b/t
CS cong: ...
CS nhan
Results are returned as a list containing the following components.
Models |
Formula of regression models. |
Interpolate, Error |
Two data frame where each column is a time series interpolate and error from regression model corresponding. |
Hong Viet Minh <hongvietminh@gmail.com>
Pham Minh Truc <trucm1813014@gstudent.ctu.edu.vn>
Vo Van Tai, 2012. Du bao san luong lua Viet Nam bang cac mo hinh toan hoc, Tap chi Khoa hoc Dai hoc Can Tho. 23b125-134.
The forecast.Greg.ts
function using to predict for models fitted by Greg.ts function.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.