gendata.cov
Module containing functions for calculating covariances and covariance matrices.
Functions
|
Compute the covariance between two 1D numpy arrays. |
|
Compute the covariance between two 1D numpy arrays with nan elements. |
|
Make a dense covariance matrix, allowing for missing data. |
|
Makes a sparse covariance matrix, where all elements for which distance < window are set to zero. |
|
Make a dense covariance matrix, allowing for missing data. |
|
Makes a dense covariance matrix where all elements for which distance < window are set to zero. |
|
Compute the weighted covariance between two 1D numpy arrays. |