NOTE: This property is now obsolete.
This method has been removed after it was determined that x.Length was the only value allowed by the implimentation. Effects default now x.Length
Sets the effect option.
An int
specifying the number of model related sources of variation.
The absolute value is used to specify the number of effects (sources of variation) due to the model. The sign of Effect
specifies the following:
Effects | Meaning |
---|---|
Each effect corresponds to a single regressor (coefficient) in the model. | |
Currently not used. This will result in an IllegalArgumentException being thrown. | |
0 | There are no effects in the model. hasIntercept must be set to true . |
By default, Effects
= x.Length.
LinearRegression.CaseStatistics Class | Imsl.Stat Namespace