This package contains the functions that are currently available in the RobustSP toolbox: a Matlab toolbox for robust signal processing [1] in Python. The toolbox can be freely used for non-commercial use only. Please make appropriate references to the book:
Zoubir, A. M., Koivunen, V., Ollila, E., and Muma, M. Robust Statistics for Signal Processing Cambridge University Press, 2018.
[1] https://github.com/RobustSP/toolbox
Link to documentation of Python toolbox:
https://robustsp.readthedocs.io/en/latest/
In case of bugs, or questions about the documentation please raise an issue on
https://github.com/Mufabo/robustsp
- Python 3
- numpy
- matplotlib
- scipy
- statsmodels
There are two ways to install this package
Just run the following line in the command line:
pip install robustsp
If you would like to have the source files of the package easily accessible.
- Download the files.
- Unzip the files where you want them (if you downloaded the repo as a zip file)
- Open a command window in the freshly unzipped folder (should be called robustsp-master or something like that and contain setup.py)
- Run in in the command window:
pip install -e .
(Don't forget the dot)