View source: R/remove_bounceback.R
remove_bounceback | R Documentation |
Helper function to remove bounceback outliers.
remove_bounceback(DATA, BOUNCE_CUTOFF = 0.001, IMPUTATION = FALSE)
DATA |
A data.table with structure as provided in the example. |
BOUNCE_CUTOFF |
The threshold of log return size for which bounceback outliers should be removed. Defaults to 0.001, s.t. smaller returns are not checked for bounceback outliers. |
IMPUTATION |
Should missing values be imputed? If TRUE, then |
Returns the data without bounceback outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.