Click or drag to resize

CurveFitCompute(Int32, IEnumerablePoint) Method

Computes linear regression over given values.

Namespace: GSF.NumericalAnalysis
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntax
public static double[] Compute(
	int polynomialOrder,
	IEnumerable<Point> values
)
View Source

Parameters

polynomialOrder  Int32
An Int32 for the polynomial order.
values  IEnumerablePoint
A list of values.

Return Value

Double
An array of Double values.
See Also