LinearFitBySvdMean Method |
Calculates the mean value of length elements in x, starting at index start.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleThe mean value.
See Also