Metadata-Version: 2.1
Name: vessel-manoeuvring-models
Version: 0.0.3
Summary: System identification of ship manoeuvring models
Author-email: Martin Alexandersson <maralex@chalmers.se>
Project-URL: Bug Tracker, https://github.com/martinlarsalbert/VesselManoeuvringModels/issues
Project-URL: Homepage, https://github.com/martinlarsalbert/VesselManoeuvringModels
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Vessel Manoeuvring Models
This is a package for ship manoeuvring. The package contains:
* Manoeuvring models defined in [SymPy](https://www.sympy.org/).
* Extended Kalman Filter ([EKF](https://en.wikipedia.org/wiki/Extended_Kalman_filter)) for manoeuvring.
* Parameter estimation with ordinary least square (OLS) regression.

## install
```pip install vessel_manoeuvring_models```

