Kalpana Kalpana (Editor)

Generalized linear array model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In statistics, the generalized linear array model (GLAM) is used for analyzing data sets with array structures. It based on the generalized linear model with the design matrix written as a Kronecker product.

Contents

Overview

The generalized linear array model or GLAM was introduced in 2006. Such models provide a structure and a computational procedure for fitting generalized linear models or GLMs whose model matrix can be written as a Kronecker product and whose data can be written as an array. In a large GLM, the GLAM approach gives very substantial savings in both storage and computational time over the usual GLM algorithm.

Suppose that the data Y is arranged in a d -dimensional array with size n 1 × n 2 × × n d ; thus,the corresponding data vector y = vec ( Y ) has size n 1 n 2 n 3 n d . Suppose also that the design matrix is of the form

X = X d X d 1 X 1 .

The standard analysis of a GLM with data vector y and design matrix X proceeds by repeated evaluation of the scoring algorithm

X W ~ δ X θ ^ = X W ~ δ z ~ ,

where θ ~ represents the approximate solution of θ , and θ ^ is the improved value of it; W δ is the diagonal weight matrix with elements

w i i 1 = ( η i μ i ) 2 var ( y i ) ,

and

z = η + W δ 1 ( y μ )

is the working variable.

Computationally, GLAM provides array algorithms to calculate the linear predictor,

η = X θ

and the weighted inner product

X W ~ δ X

without evaluation of the model matrix X .

Example

In 2 dimensions, let X = X 2 X 1 , then the linear predictor is written X 1 Θ X 2 where Θ is the matrix of coefficients; the weighted inner product is obtained from G ( X 1 ) W G ( X 2 ) and W is the matrix of weights; here G ( M ) is the row tensor function of the r × c matrix M given by

G ( M ) = ( M 1 ) ( 1 M )

where means element by element multiplication and 1 is a vector of 1's of length c .

These low storage high speed formulae extend to d -dimensions.

Applications

GLAM is designed to be used in d -dimensional smoothing problems where the data are arranged in an array and the smoothing matrix is constructed as a Kronecker product of d one-dimensional smoothing matrices.

References

Generalized linear array model Wikipedia