Aardvark.Base


AverageWindow

Represents a moving average window of a sequence. It builds the average of the last N inserted values.

Constructors

ConstructorDescription
new(count)
Signature: count:int -> unit

Instance members

Instance memberDescription
Insert(value)
Signature: value:float -> float
Value
Signature: float
Fork me on GitHub