goautoreg

package module
v0.0.0-...-ff3f596 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2019 License: MIT Imports: 3 Imported by: 0

README

Autoregression library for Go

Currently the only capability is to calculate the coefficients with the Yule-Walker equations.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ARFit

type ARFit func(data []float64, order int) ([]float64, error)

func NewYuleWalkerARFit

func NewYuleWalkerARFit() ARFit

NewYuleWalkerARFit returns a function that is capable of calculating the coefficients of the autoregressive model with the Yule-Walker equations .

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL