Click or drag to resize

SignalMathGetMeanIncrement Method

Gets the mean increment of an array of values, i.e. the mean of array[i]-array[i-1].

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetMeanIncrement(
	IReadOnlyList<double> array
)

Parameters

array  IReadOnlyListDouble
The array.

Return Value

Double
The mean value of array[i]-array[i-1].
See Also