Last chance! 50% off unlimited learning
Sale ends in
SpecGLKDistance(x, y, ...)
diss.PER
for more
information.diss.SPEC.GLK
function of package diss
function, designed for distance matrix calculations of time series databases, is used to calculate the spec.glk distance between two series. Once this bug is fixed in the original package, we will update our call procedure.ts
, zoo
or xts
objects see TSDistances
. To calculate distance matrices of time series databases using this measure see TSDatabaseDistances
.# The objects example.series1 and example.series2 are two
# numeric series of length 100.
data(example.series1)
data(example.series2)
# For information on their generation and shape see
# help page of example.series.
help(example.series)
# Calculate the ar.mah distance between the two series using
# the default parameters.
SpecGLKDistance(example.series1, example.series2)
Run the code above in your browser using DataLab