Table of Contents

Class IncrementalMean

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that incrementally computes the mean of the arrays in the sequence and returns each intermediate result.

public class IncrementalMean : ArrayTransform
Inheritance
IncrementalMean
Inherited Members

Methods

Process<TArray>(IObservable<TArray>)

Incrementally computes the mean of the arrays in an observable sequence and returns each intermediate result.