gmn: GM(1,N)

Description Usage Arguments Examples

View source: R/gmn.R

Description

Grey prediction model with n input variables. uncompleted

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gmn(
  y,
  xn,
  ntest = NULL,
  term = 1,
  bg = background,
  buff = NULL,
  alpha = NA,
  ...
)

Arguments

xn

driven sequence.

bg

background formula.

buff

buffer operator used for original data.

alpha

coefficient in buffer operator if used.

x

data sequence.

Examples

1
g<-gmn(y)

exoplanetX/greyforecasting documentation built on Jan. 17, 2022, 6:46 a.m.