Implementation of N4SID, Kalman filtering and state-space models
Project description
NFourSID
Implementation of the N4SID algorithm for subspace identification [1], together with Kalman filtering and state-space models.
State-space models are versatile models for representing multi-dimensional timeseries. As an example, the ARMAX(p, q, r)-models - AutoRegressive MovingAverage with eXogenous input - are included in the representation of state-space models. By extension, ARMA-, AR- and MA-models can be described, too. The numerical implementations are based on [2].
Installation
Releases are made available on PyPi.
The recommended installation method is via pip
:
pip install nfoursid
For a development setup, the requirements are in dev-requirements.txt
.
Subsequently, this repo can be locally pip
-installed.
Documentation and code example
Documentation is provided here. An example Jupyter notebook is provided here.
References
- Van Overschee, Peter, and Bart De Moor. "N4SID: Subspace algorithms for the identification of combined deterministic-stochastic systems." Automatica 30.1 (1994): 75-93.
- Verhaegen, Michel, and Vincent Verdult. Filtering and system identification: a least squares approach. Cambridge university press, 2007.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nfoursid-0.1.0.tar.gz
.
File metadata
- Download URL: nfoursid-0.1.0.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb9531ec40dcd7bb00b7447576294ff36875db6bd2126ffef63ec27ca6117d58 |
|
MD5 | 3d676886a545052f845cf36779c556c6 |
|
BLAKE2b-256 | 5b61ffa7db044a17c1c5d1b304f9f38d95fca6845efca63d5a69b06cf7030f58 |
File details
Details for the file nfoursid-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: nfoursid-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64f46195a9385aea16e022d0e30424a01bcb9f987d4d821fc11fdff400b9e01 |
|
MD5 | 10ad7224f1a9e896f9aa8336da131c95 |
|
BLAKE2b-256 | f40089cdb4dc43ec818ab813f74e95e30948386176324b48e22f2fe63b4f7085 |