Skip to contents

[Deprecated]

running.mean() was renamed to running_mean() to create a more consistent API.

Usage

running.mean(v, binwidth)

Arguments

v

The numeric vector.

binwidth

Numeric constant, the size of the bin, should be meaningful, i.e. smaller than the length of v.

running_mean()