Description Usage Arguments Value Author(s) See Also Examples
wt.var
estimate the unbiased variance taking into account
data weights.
wt.moments
produces the weighted mean and weighted variance
for each column of a matrix.
wt.scale
centers and standardized a matrix using
the weighted means and variances.
1 2 3 |
xvec |
a vector |
x |
a matrix |
w |
data weights |
center |
logical value |
scale |
logical value |
A rescaled matrix (wt.scale
), a list containing the column means and
variances (wt.moments
), or single number (wt.var
)
Korbinian Strimmer (https://strimmerlab.github.io).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.