SeasonalAbsDissimilarity {knnwtsim} | R Documentation |
Calculate seasonal dissimilarity measure between the respective seasonal period two points, given the number of periods in one full seasonal cycle.
SeasonalAbsDissimilarity(p1, p2, nPeriods)
p1 |
numeric value representing a seasonal period. |
p2 |
numeric value representing a seasonal period. |
nPeriods |
numeric value representing the maximum value |
numeric value of the seasonal dissimilarity between p1
and p2
.
Trupiano (2021) arXiv:2112.06266 for information on the formulation of this seasonal dissimilarity measure.
SeasonalAbsDissimilarity(1, 4, 4)