Stats4TS

scalation.mathstat.Stats4TS
case class Stats4TS(y: VectorD, lags_: Int)

The Stats case class is used to hold basic statistical information: mean, variance, auto-covariance, and auto-correlation. Note gamma0 (biased) does not equal the sample variance (unbiased)

Value parameters

lags_

the maximum number of lags

y

the response vector (time-series data) for the training/full dataset

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Convert a Stats4TS object to a string.

Convert a Stats4TS object to a string.

Attributes

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val acr: VectorD
val acv: VectorD
val lags: Int
val mu: Double
val sig2: Double