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)
Cita come
Adam Auton (2025). wmean (https://it.mathworks.com/matlabcentral/fileexchange/14416-wmean), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Language Fundamentals > Data Types > Time Series >
- MATLAB > Data Import and Analysis > Descriptive Statistics >
Tag
Riconoscimenti
Ispirato: Weighted Data Binning [wbin], Spatial mapping of Gutenberg-Richters b-value
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
