Derivative: Derivative

View source: R/Derivative.R

DerivativeR Documentation

Derivative

Description

Derivative

Usage

Derivative(Data,FilterWindowSize,PlotIt=FALSE)

Arguments

Data

timeseries values

FilterWindowSize

TE wird moving Average gefiltert mit dieser Fensterweite, default ==5 laenge des Moving average filters

PlotIt

default (FALSE), if TRUE, comparison plot is generated

Details

...

Value

empirical 1st derivative with # moving window filter

Note

Because of the way endpoints are handled, the result of derivate (using a matlab smooth approach) differs from the result returned by the signal:filter function.

Author(s)

Michael Thrun

References

temporal data mining, Prof. Dr. Ultsch


Mthrun/TSAT documentation built on Feb. 5, 2024, 11:15 p.m.