| C2TALibLinearRegSlope Method (SeriesDateTime, Decimal) |
Linear regression slope.
Namespace:
C2ExplorerServiceStack.Logic.Implementation
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax public static double LinearRegSlope(
Series<DateTime, decimal> data
)
Parameters
- data
- Type: DeedleSeriesDateTime, Decimal
Time series.
Return Value
Type:
DoubleLinear regression line slope.
See Also