Ljung Box Test Constructor
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Ljung | Constructs a new Ljung-Box test. |
Ljung | Constructs a new Ljung-Box test. |
LjungBoxTest(Vector<Double>, Int32)
Constructs a new Ljung-Box test.
public LjungBoxTest(
Vector<double> sample,
int order
)
Parameters
LjungBoxTest(Vector<Double>, Int32, Int32)
Constructs a new Ljung-Box test.
public LjungBoxTest(
Vector<double> sample,
int order,
int fitDegreesOfFreedom
)