IMSL C# Numerical Library

RegressorsForGLM Members

RegressorsForGLM overview

Public Instance Constructors

RegressorsForGLM Overloaded. Initializes a new instance of the RegressorsForGLM class.

Public Instance Properties

DummyMethod The dummy method.
ModelOrder The order of the model.
NumberOfMissingRows Returns the number of rows in the regressors matrix containing NaN (not a number).
NumberOfRegressors Returns the number of regressors.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEffects Returns the effects.
GetEffectsColumns Returns a mapping of effects to regressor columns.
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.
GetRegressors Returns the regressor array.
GetType (inherited from Object) Gets the Type of the current instance.
SetEffects Set the effects.
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

RegressorsForGLM Class | Imsl.Stat Namespace | Example 1 | Example 2