anomalies: Anomalies of a time series

View source: R/ts.R

anomaliesR Documentation

Anomalies of a time series

Description

Calculates the anomalies of an object of class xts or a list of such objects.

Usage

anomalies(x, mc.cores = NULL)

Arguments

x

Either a time series of class xts or a list of them.

mc.cores

A numerical input specifying the number of cores to use for the multi core application of the function (see detectCores). This functionality is only available if the input is a list of different objects. If NULL, the function will be calculated classically with only one core. Default = NULL.

Details

Construction via the subtraction of the mean value of the specific date.

Uses the yday.

Value

Same class as the input

Author(s)

Philipp Mueller

See Also

Other ts: aic.climex.fit.gev, aic.climex.fit.gpd, aic.list, aic, anomalies.list, anomalies.xts, bic.climex.fit.gev, bic.climex.fit.gpd, bic.list, bic, check.completeness, remove.incomplete.years.list, remove.incomplete.years.xts, remove.incomplete.years, remove.seasonality.list, remove.seasonality.xts, remove.seasonality


theGreatWhiteShark/climex documentation built on July 13, 2022, 9:11 a.m.