Class CategoricalGenLinModelEx2

java.lang.Object
com.imsl.test.example.stat.CategoricalGenLinModelEx2

public class CategoricalGenLinModelEx2 extends Object

Analyzes interval type data with the Poisson model.

This example illustrates the Poisson model when all types of interval data are present. The example also illustrates the use of classification variables and the detection of potentially infinite estimates (which turn out here to be finite). These potential estimates lead to the two iteration summaries. The input data is
iltirticen Class 1Class 2
05010
94300
04100
90211
01001

A linear model \( \mu + \beta_1 x_1 + \beta_2 x_2 \) is fit where \(x_1 = 1\) if the Class 1 variable is 0, \(x_1 = 1\), otherwise, and the \(x_2\) variable is similarly defined
See Also:
  • Constructor Details

    • CategoricalGenLinModelEx2

      public CategoricalGenLinModelEx2()
  • Method Details