IMSL C# Numerical Library

ANOVAFactorial Members

ANOVAFactorial overview

Public Instance Constructors

ANOVAFactorial Constructor Constructor for ANOVAFactorial.

Public Instance Properties

ErrorIncludeType The error included type.
ModelOrder The number of factors to be included in the highest-way interaction in the model.

Public Instance Methods

Compute Analyzes a balanced factorial design with fixed effects.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetANOVATable Returns the analysis of variance table. Note that the
Compute
method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetMeans Returns the subgroup means. Note that the
Compute
method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.
GetTestEffects Returns statistics relating to the sums of squares for the effects in the model. Note that the
Compute
method must be invoked first before invoking this method. Otherwise, the method throws a NullReferenceException exception.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ANOVAFactorial Class | Imsl.Stat Namespace | Example 1 | Example 2 | Example 3