SimpleMovingAverage

scalation.modeling.forecasting.SimpleMovingAverage
See theSimpleMovingAverage companion class

The SimpleMovingAverage companion object provides factory methods for the SimpleMovingAverage class.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Create a SimpleMovingAverage object.

Create a SimpleMovingAverage object.

Value parameters

hparam

the hyper-parameters

tt

the time points, if needed

y

the response vector (time series data)

Attributes

Decompose a univariate time series into a moving average and a remainder.

Decompose a univariate time series into a moving average and a remainder.

Value parameters

hparam

the hyper-parameters

tt

the time points, if needed

y

the response vector (time series data)

Attributes

See also

Concrete fields

Base hyper-parameter specification for SimpleMovingAverage

Base hyper-parameter specification for SimpleMovingAverage

Attributes