Rolling statistics

Convenience utility made to compute descriptive statistics without storing data.
383 descargas
Actualizado 25 ene 2013

Ver licencia

Getting the mean of a sample data is easy in MATLAB: you collect all the data in an array and simply call mean on it. But what if the data is far too large to be stored all at once? Or if it is generated live, and you do not know in advance when data generation will end?

The utility class described here fill these two use cases. At the cost of time (using a class in MATLAB is costy), it generates the most important statistics descriptors of a dataset in a rolling fashion. Each data item is appended one by one. They are not stored in the memory, and therefore the memory cost is independant of the sample size. Statistics can accessed anytime. And as shown in case two, the class can transparently operate on data item that are scalars, arrays, matrices, and images.

Two example applications are described in a published html page. The second one requires the image processing toolbox.

Citar como

Jean-Yves Tinevez (2024). Rolling statistics (https://www.mathworks.com/matlabcentral/fileexchange/40014-rolling-statistics), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Descriptive Statistics and Visualization en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0