Class OneWayRanova summarizes the information of a one-way repeated measures Analysis of Variance (RANOVA).

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class OneWayRanova : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OneWayRanova _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class OneWayRanova : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.OneWayRanova

See Also