![]() | One |
The OneWayRanova type exposes the following members.
Name | Description | |
---|---|---|
![]() | OneWayRanova | Default constructor. Constructs an empty OneWayRanova instance. |
![]() | OneWayRanova(DataFrame) | Constructs a OneWayRanova instance from data in the given data frame. |
![]() | OneWayRanova(DoubleMatrix) | Constructs a OneWayRanova instance from data in the given matrix. |
Name | Description | |
---|---|---|
![]() | GrandMean | Gets the grand mean of the data. |
![]() | RanovaTable | Gets a traditional RANOVA table. |
![]() | SubjectMeans | Gets a vector of means for each subject. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this OneWayRanova. |
![]() | FStatisticCriticalValue | Computes the critical value for the RANOVA F statistic at the given significance level. |
![]() | SetData(DataFrame) | Recalculates the RANOVA with from data the given data frame. |
![]() | SetData(DoubleMatrix) | Recalculates the RANOVA with data from the given matrix. |