Click or drag to resize

LinearFitBySvdMean Method

Calculates the mean value of length elements in array x starting from index start.

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

Parameters

x  IReadOnlyListDouble
The array of values.
start  Int32
First element.
length  Int32
Number of elements used for calculation.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Regression.LinearFitBySvd.Mean(System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Int32)"]

See Also