MathNet.Filtering.Kalman
0.1.0-alpha
See the version list below for details.
dotnet add package MathNet.Filtering.Kalman --version 0.1.0-alpha
NuGet\Install-Package MathNet.Filtering.Kalman -Version 0.1.0-alpha
<PackageReference Include="MathNet.Filtering.Kalman" Version="0.1.0-alpha" />
paket add MathNet.Filtering.Kalman --version 0.1.0-alpha
#r "nuget: MathNet.Filtering.Kalman, 0.1.0-alpha"
// Install MathNet.Filtering.Kalman as a Cake Addin
#addin nuget:?package=MathNet.Filtering.Kalman&version=0.1.0-alpha&prerelease
// Install MathNet.Filtering.Kalman as a Cake Tool
#tool nuget:?package=MathNet.Filtering.Kalman&version=0.1.0-alpha&prerelease
Math.NET Filtering: separate package with Kalman filter only. Cannot currently be included into the main package because of licensing restrictions. LGPL license. Supports .Net 4.0 and Mono on Windows, Linux and Mac.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- MathNet.Numerics (>= 3.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MathNet.Filtering.Kalman:
Package | Downloads |
---|---|
Octavo.NET
Octavo.NET.Core Class Library |
|
PhilipsTang.Mathlib
PhilipsTang.Mathlib .NETStandard 2.0 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0 | 24,746 | 5/10/2020 |
0.6.1 | 468 | 5/10/2020 |
0.6.0 | 7,736 | 11/18/2018 |
0.5.0 | 751 | 11/2/2018 |
0.4.0 | 7,276 | 5/1/2017 |
0.3.0 | 1,394 | 1/14/2017 |
0.2.0-alpha | 2,032 | 9/28/2014 |
0.1.1-alpha | 917 | 7/4/2014 |
0.1.0-alpha | 959 | 7/4/2014 |
Initial version after replacing Math.NET Neodym
Moved Kalman filter to a separate MathNet.Filtering.Kalman package with LGPL license
until we can relicense to MIT/X11 like the rest of the library.