Header menu logo FSharp.Stats

Convolution Module

Functions and values

Function or value Description

convolve v1 v2

Full Usage: convolve v1 v2

Parameters:
    v1 : Vector<'T> -
    v2 : Vector<'T> -

Returns: Vector<'T>

Computes a complete non-circular convolution of x and y. This function does not use
the fast fourier transformation to calculate the convolution and can be slow if x and y are large.
This function does not perform a padding of x and y.

v1 : Vector<'T>

v2 : Vector<'T>

Returns: Vector<'T>

Example

Type something to start searching.