View source: R/MixtureFitting.R
wmedian | R Documentation |
Calculated weighted median.
wmedian( x, w, start = 1, end = length( x ) )
x |
sample vector |
w |
weights vector |
start |
start index (default: 1) |
end |
end index (default: last index in x) |
Median
Andrius Merkys
Users of Wikipedia. Weighted median. https://en.wikipedia.org/w/index.php?title=Weighted_median&oldid=690896947
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.