Learn R Programming

MultiGrey (version 0.1.0)

Fitting and Forecasting of Grey Model for Multivariate Time Series Data

Description

Grey model is commonly used in time series forecasting when statistical assumptions are violated with a limited number of data points. The minimum number of data points required to fit a grey model is four observations. This package fits Grey model of First order and One Variable, i.e., GM (1,1) for multivariate time series data and returns the parameters of the model, model evaluation criteria and h-step ahead forecast values for each of the time series variables. For method details see, Akay, D. and Atak, M. (2007) , Hsu, L. and Wang, C. (2007)..

Copy Link

Version

Install

install.packages('MultiGrey')

Monthly Downloads

156

Version

0.1.0

License

GPL (>= 2.0)

Maintainer

Pradip Basak

Last Published

January 31st, 2025

Functions in MultiGrey (0.1.0)

multigreyforecast

Forecast the GM (1, 1) model for multivariate time series data
multigreyfit

Fit the GM (1, 1) model for multivariate time series data