Description Usage Arguments Value See Also
Computes exponential weighting curves. Handy to self-select specific time aggregation weighting schemes
for input in ctr_agg
using the weights
argument.
1 2 3 4 5 6 | weights_exponential(
n,
alphas = seq(0.1, 0.5, by = 0.1),
do.inverse = FALSE,
do.normalize = TRUE
)
|
n |
a single |
alphas |
a |
do.inverse |
|
do.normalize |
a |
A data.frame
of exponential weighting curves per value of alphas
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.