psi_ls_cpp | R Documentation |
Computes the psi dissimilarity score between two time series
observed at the same times. Time series y
and x
with the same
number of columns and rows. NA values should be removed before using this function.
If the selected distance function is "chi" or "cosine", pairs of zeros should
be either removed or replaced with pseudo-zeros (i.e. 0.00001).
psi_ls_cpp(x, y, distance = "euclidean")
x |
(required, numeric matrix) of same number of columns as 'y'. |
y |
(required, numeric matrix) of same number of columns as 'x'. |
distance |
(optional, character string) distance name from the "names"
column of the dataset |
numeric
Other Rcpp_dissimilarity_analysis:
psi_dtw_cpp()
,
psi_equation_cpp()
,
psi_null_dtw_cpp()
,
psi_null_ls_cpp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.