Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
For n numbers x_1,...,x_n with positive weights w_1,...,w_n,
(sum of all weights equal to one) the weighted median is defined as
the element x_k, such that:
--
) w_i <= 1/2
--
x_i < x_k
and
--
) w_i <= 1/2
--
x_i > x_k
Input: D ... matrix of observed values
W ... matrix of weights, W = ( w_ij )
Output: wMed ... weighted median
Cita come
Sven Haase (2026). weighted median (https://it.mathworks.com/matlabcentral/fileexchange/23077-weighted-median), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: Weighted median (from data & sds) & its standard deviation
Informazioni generali
- Versione 1.0.0.0 (1,71 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |
