weights_exponential {sentometrics} | R Documentation |
Compute exponential weighting curves
Description
Computes exponential weighting curves. Handy to self-select specific time aggregation weighting schemes
for input in ctr_agg
using the weights
argument.
Usage
weights_exponential(
n,
alphas = seq(0.1, 0.5, by = 0.1),
do.inverse = FALSE,
do.normalize = TRUE
)
Arguments
n |
a single |
alphas |
a |
do.inverse |
|
do.normalize |
a |
Value
A data.frame
of exponential weighting curves per value of alphas
.
See Also
[Package sentometrics version 1.0.0 Index]