Click or drag to resize

KpssTestSlice Constructor (Double, Double, Double, Double)

Namespace:  FinAnalysis.TA
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Slice(
	double statistic,
	double cValue,
	double pValue,
	double decision
)

Parameters

statistic
Type: SystemDouble
The statistic of KPSS 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