mvstats¶
Vectorized multivariate statistical functions for analyzing multi-dimensional earth system data
- Free software: MIT license
- Documentation: https://mvstats.readthedocs.io.
Features¶
- Vectorized multivariate statistical functions such as covariance, correlation, and regression between two multidimensional datasets
- Can compute lagged relationships
- Can provide confidence levels on relationships
- A handy vectorized ‘detrend’ function that removes temporal trend in a data
- Built from xarray: returned objects can utilize all of xarray.DataArray() capabilities
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.