File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1- ![ pyest_logo] ( ./ docs/image/pyest_logo.png)
1+ ![ pyest_logo] ( https://github.com/scope-lab/pyest/blob/main/ docs/image/pyest_logo.png?raw=true )
22
33# PyEst: Adaptive Gaussian Mixture State Estimation
44
55[ ![ Python application] ( https://github.com/scope-lab/pyest/actions/workflows/pythonapp.yml/badge.svg )] ( https://github.com/scope-lab/pyest/actions/workflows/pythonapp.yml )
66
7+ > ** Not pytest** : PyEst is a Python library for ** adaptive Gaussian mixture state estimation** .
8+ > For the Python test framework, see [ pytest] ( https://pytest.org ) .
9+
710## Basic Usage
811
912Import the ` gm ` module of PyEst as well as numpy and matplotlib
Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ dependencies = [
2323]
2424readme = " README.md"
2525requires-python = " >=3.9"
26+ keywords = [
27+ " state estimation" ,
28+ " uncertainty propagation" ,
29+ " Gaussian mixture" ,
30+ " nonlinear estimation" ,
31+ " Bayesian filtering" ,
32+ " negative information" ,
33+ " Gaussian splitting" ,
34+ " target tracking" ,
35+ ]
2636license = " MIT"
2737license-files = [" LICEN[CS]E*" ]
2838
You can’t perform that action at this time.
0 commit comments