aggregateKTS: aggregateKTS: creation of time series of aggregated values

Description Details Value Author(s)

View source: R/aggregateKTS.R

Description

This function creates time series of aggregated values.The user choses the inputs via interface: time series to aggregate, aggregation period, statistic, name for the output and NA treatment (see details).

Details

The statistics available are: median, mean, minimum, maximum, standard deviation and sum. The NA treatment can be: ignore or propagate. In the first case, the statistic is computed using the observations available in the window, as long as the window is not completely missing.In the second case, incomplete windows are assigned NA.

Value

A time series of aggregated values appears in the environment KTSEnv

Author(s)

Marina Saez Andreu


KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.