Standard error of the mean, ignores NaNs

Versión 1.2.0.0 (1,62 KB) por MikeCF
Calculates s.e.m., ignoring NaN values
191 descargas
Actualizado 9 may 2018

Ver licencia

s.e.m. = std(vector_data)/sqrt(length(vector_data));
Given a vector_data, calculates the standard deviation and length of vector_data without taking NaNs into account.

Citar como

MikeCF (2024). Standard error of the mean, ignores NaNs (https://www.mathworks.com/matlabcentral/fileexchange/67270-standard-error-of-the-mean-ignores-nans), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2014a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre NaNs 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.2.0.0

Changed title for clarity

1.1.0.0

License data

1.0.0.0