Click or drag to resize

OneWayRanova Class

Class OneWayRanova summarizes the information of a one-way repeated measures Analysis of Variance (RANOVA).
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreOneWayRanova

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class OneWayRanova : ICloneable

The OneWayRanova type exposes the following members.

Constructors
 NameDescription
Public methodOneWayRanova Default constructor. Constructs an empty OneWayRanova instance.
Public methodOneWayRanova(DataFrame) Constructs a OneWayRanova instance from data in the given data frame.
Public methodOneWayRanova(DoubleMatrix) Constructs a OneWayRanova instance from data in the given matrix.
Top
Properties
 NameDescription
Public propertyGrandMean Gets the grand mean of the data.
Public propertyRanovaTable Gets a traditional RANOVA table.
Public propertySubjectMeans Gets a vector of means for each subject.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this OneWayRanova.
Public methodFStatisticCriticalValue Computes the critical value for the RANOVA F statistic at the given significance level.
Public methodSetData(DataFrame) Recalculates the RANOVA with from data the given data frame.
Public methodSetData(DoubleMatrix) Recalculates the RANOVA with data from the given matrix.
Top
See Also