Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.84 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.84 KB

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]