groupDates {KarsTS}R Documentation

groupDates: groups dates

Description

This function transforms the output of the function groupIndices from indices to dates.It is used internally.

Usage

groupDates(rawIndices, TimSer)

Arguments

rawIndices

The indices

TimSer

The time series to which the indices belong.

Author(s)

Marina Saez Andreu

Examples


X <- sort(sample(1:50,25))
TS <- genTSExample(InKTSEnv = FALSE)
groupIndices(X)
groupDates(X, TS)


[Package KarsTS version 2.4.1 Index]