Learn R Programming

UComp (version 4.0.1)

conv: conv

Description

1D convolution: filtering or polynomial multiplication

Usage

conv(...)

Value

Convolution of all input vectors

Arguments

...

list of vectors to convolute

Author

Diego J. Pedregal

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, ident, cusum, varTest, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, tsDisplay, size

Examples

Run this code
conv(c(1, -1), c(1, -2, 1))
conv(c(1, -1), c(1, 0.8))

Run the code above in your browser using DataLab