Collective2 Explorer
Collective2 Explorer
Namespaces
C2ExplorerServiceStack.Logic Namespaces
C2ExplorerServiceStack.Logic.Implementation
C2TALib Class
C2TALib Methods
PolynomialReg Method
PolynomialReg Method (Series(DateTime, Decimal), Int32)
PolynomialReg Method (Series(DateTime, Double), Int32)
C2TALib
PolynomialReg Method (Series
DateTime, Double
, Int32)
Polynomial regresssion.
Namespace:
C2ExplorerServiceStack.Logic.Implementation
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
Copy
public
static
Series
<
DateTime
,
double
>
PolynomialReg
(
Series
<
DateTime
,
double
>
data
,
int
order
)
Parameters
data
Type:
Deedle
Series
DateTime
,
Double
Time series.
order
Type:
System
Int32
The order.
Return Value
Type:
Series
DateTime
,
Double
Polynomial curve time series
See Also
Reference
C2TALib Class
PolynomialReg Overload
C2ExplorerServiceStack.Logic.Implementation Namespace