Skip to content

A light-weight generic Kálmán filter for C# and .NET

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

Unknown6656-Megacorp/Unknown6656.KalmanFilter

Repository files navigation

Build status releases nuget package nuget downloads issues repo size downloads forks stars

Unknown6656.KalmanFilter

This library provides a light-weight generic Kalman filter for C# and .NET

[TODO]

Installation

Use one of the follwing methods to install and use this library:

  • Package Manager:
    PM> Install-Package Unknown6656.KalmanFilter
  • .NET CLI:
    > dotnet add package Unknown6656.KalmanFilter
  • Package reference (e.g. in a .csproj/.vbproj/.fsproj project file):
    <PackageReference Include="Unknown6656.KalmanFilter" Version="*" />
  • Paket CLI:
    > paket add Unknown6656.KalmanFilter
  • F# Interactive:
    #r "nuget: Unknown6656.KalmanFilter, *"

Documentation and Usage

[TODO]

Code samples

[TODO]

About

A light-weight generic Kálmán filter for C# and .NET

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published