TimeSeriesLjungBoxTest Method |
Performs a Ljung-Box test for non-correlation.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public TestResult LjungBoxTest()
Public Function LjungBoxTest As TestResult
public:
TestResult^ LjungBoxTest()
member LjungBoxTest : unit -> TestResult
Return Value
Type:
TestResultThe result of the test.
See Also