Description Usage Arguments Value See Also
Computes the standard Chebyshev distance (maximum metric) with a fast C++ implementation.
1 | lmaxDist_fast(x, y)
|
x |
1st numeric vector/time series. |
y |
2nd numeric vector/time series. |
The distance as double.
Other L_p distances: l1DistMult_fast,
l1Dist_fast, l2DistMult_fast,
l2Dist_fast, l2Dist,
l2Norm_fast,
lmaxDistMult_fast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.