Add correlation, autocorrelation, covariance
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Add correlation, autocorrelation and covariance just like described here: https://www.gnu.org/software/gsl/doc/html/statistics.html
The three new functions can be implemented as matrix functions. This is due to the fact, that they should be able to cope with linear and two dimensional data sets as well. Auto- and cross-correlation will be one function and return a matrix of identical size. The covariance function will return a single value.
xcorr2 in MATLAB.These new functions were tested manually. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r571]
Diff: