rts

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RTS

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

RTS is Rauch-Tung-Striebel smoother

func New

New creates new RTS and returns it. It returns error if it fails to create RTS smoother.

func (*RTS) Smooth

func (s *RTS) Smooth(est []filter.Estimate, u []mat.Vector) ([]filter.Estimate, error)

Smooth implements Rauch-Tung-Striebel smoothing algorithm. It uses estimates est to compute smoothed estimates and returns them. It returns error if either est is nil or smoothing could not be computed.

Jump to

Keyboard shortcuts

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