Represents the results of a one-way analysis of variance (ANOVA).
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public sealed class OneWayAnovaModel : AnovaModel
|
| Visual Basic (Declaration) |
Public NotInheritable Class OneWayAnovaModel _
Inherits AnovaModel
|
| Visual C++ |
public ref class OneWayAnovaModel sealed : public AnovaModel
|
| F# |
[<SealedAttribute>]
type OneWayAnovaModel =
class
inherit AnovaModel
end
|
Remarks
Inheritance Hierarchy
See Also