View source: R/distantia_stats.R
| distantia_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.
distantia_stats(df = NULL)
df |
(required, data frame) Output of |
data frame
Other distantia_support:
distantia_aggregate(),
distantia_boxplot(),
distantia_cluster_hclust(),
distantia_cluster_kmeans(),
distantia_matrix(),
distantia_model_frame(),
distantia_spatial(),
distantia_time_delay(),
utils_block_size(),
utils_cluster_hclust_optimizer(),
utils_cluster_kmeans_optimizer(),
utils_cluster_silhouette()
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.