Ljung
            
            
            
            Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
)