Click or drag to resize

OneWayAnova Methods

The OneWayAnova type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this OneWayAnova.
Public methodFStatisticCriticalValue Computes the critical value for the ANOVA F statistic at the given significance level.
Public methodGetGroupMean(Int32) Returns the mean for the specified group.
Public methodGetGroupMean(Object) Returns the mean for the specified group.
Public methodGetGroupSize(Int32) Returns the size of the specified group.
Public methodGetGroupSize(Object) Returns the size of the specified group.
Public methodSetData(DoubleMatrix) Performs a one way ANOVA from data in the given matrix.
Public methodSetData(DoubleVector) Performs a one-way ANOVA from data in the given array of vectors.
Public methodSetData(DataFrame, Int32, Int32) Performs a one way ANOVA from data in the given data frame.
Public methodToString String representation of a traditional one way ANOVA table.
(Overrides ObjectToString)
Top
See Also