filters

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

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

Go to latest
Published: Jul 11, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

README

filters GoDoc

Documentation

Overview

Package filters consisits of a set of packages implementing several filtering algorithms.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter interface {
	Init() error
	Filtering() error
	Smoothing() error
	// data and model
	SetData(*mults.MulTS)
	SetFrame(int, int) error
	// name of par, values of par, and two dimensions
	SetPar(string, []float64, int, int) error
}

Filter defines the common methods of the filters

Directories

Path Synopsis
Package kalman provides implementations of the Kalman filtering algorithm.
Package kalman provides implementations of the Kalman filtering algorithm.

Jump to

Keyboard shortcuts

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