AdfTestSlice Constructor (Double, Double, Double, Double) |
Initializes a new instance of
AdfTestSlice with given values.
Namespace:
FinAnalysis.TA
Assembly:
FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax public Slice(
double statistic,
double cValue,
double pValue,
double decision
)
Parameters
- statistic
- Type: SystemDouble
The statistic of ADF test.
- cValue
- Type: SystemDouble
The c-value of the test statistic.
- pValue
- Type: SystemDouble
The p-value of the test statistic.
- decision
- Type: SystemDouble
The decision for the test.
See Also