View source: R/momentum_stats.R
momentum_stats | R Documentation |
Takes the output of distantia()
to return a data frame with one row per time series with the stats of its dissimilarity scores with all other time series.
momentum_stats(df = NULL)
df |
(required, data frame) Output of |
data frame
Other momentum_support:
momentum_aggregate()
,
momentum_boxplot()
,
momentum_model_frame()
,
momentum_spatial()
,
momentum_to_wide()
tsl <- tsl_simulate(
n = 5,
irregular = FALSE
)
df <- distantia(
tsl = tsl,
lock_step = TRUE
)
df_stats <- distantia_stats(df = df)
df_stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.