LinearFitBySvdMean Method |
Calculates the mean value of length elements in array x starting from index start.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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