Click or drag to resize
C2TALibLinearRegLine Method (SeriesDateTime, Double)
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, double> LinearRegLine(
	Series<DateTime, double> data
)

Parameters

data
Type: DeedleSeriesDateTime, Double
The data.

Return Value

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