Click or drag to resize

LinearFitBySvdMean Method

Calculates the mean value of length elements in x, starting at index start.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Mean(
	IReadOnlyList<double> x,
	int start,
	int length
)

Parameters

x  IReadOnlyListDouble
The sequence of values.
start  Int32
The index of the first element.
length  Int32
The number of elements used for the calculation.

Return Value

Double
The mean value.
See Also