Cumulative Mean

Calculates cumulative row/column mean of vectors, matrices and N-Dim arrays
3,5K download
Aggiornato 2 mar 2015

Visualizza la licenza

Similar to CUMSUM but in this case each column is divided by an unity increasing weight.
For vectors it is equivalent to:
cumsum(x)./((1:length(x))')

The CUMMEAN(x,DIM) can be taken in any non-singleton dimension (DIM).

This function is useful to compare performance of an estimator with respect to the sample mean of a set of measurements.

Cita come

Leandro Barajas (2024). Cumulative Mean (https://www.mathworks.com/matlabcentral/fileexchange/1673-cumulative-mean), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R11.1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Iterative Reweighted Least Squares

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Updated documentation as per comments from reviewers

1.0.0.0

Documentation update