Click or drag to resize
C2TALibPolynomialReg Method (SeriesDateTime, Decimal, Int32)
Polynomial regresssion.

Namespace:  C2ExplorerServiceStack.Logic.Implementation
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public static Series<DateTime, decimal> PolynomialReg(
	Series<DateTime, decimal> data,
	int order
)

Parameters

data
Type: DeedleSeriesDateTime, Decimal
Time series.
order
Type: SystemInt32
The order.

Return Value

Type: SeriesDateTime, Decimal
Polynomial curve time series
See Also