wmean

Weighted Mean or Average
6,8K Descargas
Actualizado 26 mar 2007

Ver licencia

For vectors, WMEAN(X,W) is the weighted mean value of the elements in X using non-negative weights W. For matrices, WMEAN(X,W) is a row vector containing the weighted mean value of each column. For N-D arrays, WMEAN(X,W) is the weighted mean value of the elements along the first non-singleton dimension of X.

Class support for inputs X and W:
float: double, single

Example:
x = rand(5,2);
w = rand(5,2);
wmean(x,w)

Citar como

Adam Auton (2026). wmean (https://la.mathworks.com/matlabcentral/fileexchange/14416-wmean), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP3
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Versión Publicado Notas de la versión
1.0.0.0