estimate

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: Apache-2.0 Imports: 2 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base

type Base struct {
	// contains filtered or unexported fields
}

Base is base estimate

func NewBase

func NewBase(val mat.Vector) (*Base, error)

NewBase returns base estimate given val

func NewBaseWithCov

func NewBaseWithCov(val mat.Vector, cov mat.Symmetric) (*Base, error)

NewBaseWithCov returns base information estimate given state, output and covariance

func (*Base) Cov

func (b *Base) Cov() mat.Symmetric

Cov returns covariance estimate

func (*Base) Val

func (b *Base) Val() mat.Vector

Val returns estimated value

Jump to

Keyboard shortcuts

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