package
0.1.2
Repository: https://github.com/milosgajdos/go-estimate.git
Documentation: pkg.go.dev

# Functions

New2DPlot creates new plot of the simulation from the three data sources: model: idealised model values measure: measurement values filter: filter values It returns error if the plot fails to be created.
NewBaseModel creates a model of falling ball and returns it.
NewInitCond creates new InitCond and returns it.

# Structs

BaseModel is a basic model of a dynamical system.
InitCond implements filter.InitCond.