SimpleExpSmoothing

scalation.modeling.forecasting.SimpleExpSmoothing
See theSimpleExpSmoothing companion class

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

Attributes

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

Members list

Value members

Concrete methods

Create a SimpleExpSmoothing object.

Create a SimpleExpSmoothing object.

Value parameters

hparam

the hyper-parameters

tt

the time vector, if relevant (time index may suffice)

y

the response vector (time series data)

Attributes

Concrete fields

Base hyper-parameter specification for SimpleExpSmoothing

Base hyper-parameter specification for SimpleExpSmoothing

Attributes