.gitignore
LICENSE
README.rst
conftest.py
setup.cfg
setup.py
ceacoest/__init__.py
ceacoest/collocation.py
ceacoest/oc.py
ceacoest/oem.py
ceacoest/oem_deprecated.py
ceacoest/optim.py
ceacoest/rk.py
ceacoest/sde.py
ceacoest/utils.py
ceacoest.egg-info/PKG-INFO
ceacoest.egg-info/SOURCES.txt
ceacoest.egg-info/dependency_links.txt
ceacoest.egg-info/requires.txt
ceacoest.egg-info/top_level.txt
ceacoest/kalman/__init__.py
ceacoest/kalman/base.py
ceacoest/kalman/extended.py
ceacoest/kalman/unscented.py
ceacoest/modelling/__init__.py
ceacoest/modelling/symcol.py
ceacoest/modelling/symoc.py
ceacoest/modelling/symoem.py
ceacoest/modelling/symquat.py
ceacoest/modelling/symstats.py
ceacoest/tests/__init__.py
ceacoest/tests/test_kalman.py
ceacoest/tests/test_oc.py
ceacoest/tests/test_oem.py
ceacoest/tests/test_optim.py
ceacoest/testsupport/__init__.py
ceacoest/testsupport/array_cmp.py
examples/attas_sp.py
examples/attitude.py
examples/bryson_denham.py
examples/duffing.py
examples/hfb320_long_oem.py
examples/minimum_time_to_climb.py
examples/shuttle_reentry.py