Description Usage Arguments Details Value See Also Examples
Computes the Frechet distance between time series.
1 | diss.FRECHET(x, y, ...)
|
x |
Numeric vector containing the first of the two time series. |
y |
Numeric vector containing the second of the two time series. |
... |
Additional parameters for the function. See |
This is basically a wrapper for distFrechet
of the longitudinalData
package, intended for an easier discovery of the functionalities used in TSclust.
The computed distance.
diss
, link[longitudinalData]{distFrechet}
1 2 3 4 | ## Create three sample time series
x <- cumsum(rnorm(100))
y <- cumsum(rnorm(100))
diss.FRECHET(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.