Description Usage Arguments Value
binned_sum
implements fast squared summing for given bins by calling c-code,
which can be used to calculate variance and standard deviation
Please note that incorrect use of this function may crash your R-session.
the values of bins
must be in between 1:nbins
and bin
may not
contain NA
1 2 3 4 5 6 7 | binned_sumsq(x, mean = rep(0, nbins), bin, nbins = max(bin), ...)
## Default S3 method:
binned_sumsq(x, mean = rep(0, nbins), bin, nbins = max(bin), ...)
## S3 method for class 'ff'
binned_sumsq(x, mean = rep(0, nbins), bin, nbins = max(bin), ...)
|
x |
|
mean |
|
bin |
|
nbins |
|
... |
will be passed on to the implementation. |
numeric
matrix where each row is a bin
numeric
matrix where each row is a bin
numeric
matrix where each row is a bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.