Click or drag to resize
C2TALibLinearRegLine Method (SeriesDateTime, Decimal)
Linear regression trend line for full data series.

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

Parameters

data
Type: DeedleSeriesDateTime, Decimal
The data.

Return Value

Type: SeriesDateTime, Decimal
Linear regression line series.
See Also