You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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)
Cite As
Adam Auton (2026). wmean (https://www.mathworks.com/matlabcentral/fileexchange/14416-wmean), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: Weighted Data Binning [wbin], Spatial mapping of Gutenberg-Richters b-value
General Information
- Version 1.0.0.0 (1.55 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
