Represents a test that a sample comes from a specified distribution.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public sealed class ChiSquareGoodnessOfFitTest : OneSampleTest
|
| Visual Basic (Declaration) |
Public NotInheritable Class ChiSquareGoodnessOfFitTest _
Inherits OneSampleTest
|
| Visual C++ |
public ref class ChiSquareGoodnessOfFitTest sealed : public OneSampleTest
|
| F# |
[<SealedAttribute>]
type ChiSquareGoodnessOfFitTest =
class
inherit OneSampleTest
end
|
Remarks
Inheritance Hierarchy
See Also