Click or drag to resize
C2TALibLinearRegIntercept Method (SeriesDateTime, Double)
Linear regression intercept.

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

Parameters

data
Type: DeedleSeriesDateTime, Double
Time series.

Return Value

Type: Double
Linear regression line intercept.
See Also