SignalMathGetMeanIncrement Method |
Gets the mean increment of an array of values, i.e. the mean of array[i] - array[i - 1].
Namespace: Altaxo.Science.SignalsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double GetMeanIncrement(
IReadOnlyList<double> array
)
Parameters
- array IReadOnlyListDouble
- The array.
Return Value
DoubleThe mean value of
array[i] - array[i - 1].
See Also