Versions in this module Expand all Collapse all v1 v1.0.0 Jul 1, 2019 Changes in this version + func ViewMatrix(m mat.Matrix) string + type MulTS struct + func (ts *MulTS) DepVars(from, to int) (mat.Matrix, error) + func (ts *MulTS) IndepVars(from, to int) (mat.Matrix, error) + func (ts *MulTS) PossibleFrame() (int, int) + func (ts *MulTS) SetData(data []float64, nvar int, vnames []string) error + func (ts *MulTS) SetDepByCol(app bool, deps ...int) error + func (ts *MulTS) SetDepByName(app bool, deps ...string) error + func (ts *MulTS) SetFreq(freq int, start, end []int) error + func (ts *MulTS) SetIndepByCol(app bool, indep int, lag int) error + func (ts *MulTS) SetIndepByName(app bool, indep string, lag int) error + func (ts *MulTS) SetLag(k int) error + func (ts *MulTS) SetNames(vnames []string) error