| bucket_returns | R Documentation |
Bucketed label analysis by score rank
bucket_returns(
scores,
labels,
n_buckets = 10L,
label_type = c("log", "simple")
)
scores |
Wide score panel (Date + symbols). |
labels |
Wide label panel aligned to scores (Date + symbols). |
n_buckets |
Number of equal-count buckets. |
label_type |
Use 'log' or 'simple' label arithmetic. |
data.table of per-date bucket returns; cumulative series attached
as attr(result, "cum").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.