Click or drag to resize
C2TALibLinearRegSlope Method (SeriesDateTime, Double)
Linear regression slope.

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

Parameters

data
Type: DeedleSeriesDateTime, Double
Time series.

Return Value

Type: Double
Linear regression line slope.
See Also