IMSL C# Numerical Library

RegressorsForGLM.DummyType Enumeration

Dummy variable types.

public enum RegressorsForGLM.DummyType

Members

Member Name Description
All The n indicator variables are the dummy variables.
LeaveOutLast The dummies are the first n-1 indicator variables.
SumToZero The n-1 dummies are defined in terms of the indicator variables so that for balanced data, the usual summation restrictions are imposed on the regression coefficients.

Requirements

Namespace: Imsl.Stat

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Stat Namespace