NAG Library Routine Document
g02gdf (glm_gamma)
1
Purpose
g02gdf fits a generalized linear model with gamma errors.
2
Specification
Fortran Interface
Subroutine g02gdf ( |
link, mean, offset, weight, n, x, ldx, m, isx, ip, y, wt, s, a, dev, idf, b, irank, se, cov, v, ldv, tol, maxit, iprint, eps, wk, ifail) |
Integer, Intent (In) | :: | n, ldx, m, isx(m), ip, ldv, maxit, iprint | Integer, Intent (Inout) | :: | ifail | Integer, Intent (Out) | :: | idf, irank | Real (Kind=nag_wp), Intent (In) | :: | x(ldx,m), y(n), wt(*), a, tol, eps | Real (Kind=nag_wp), Intent (Inout) | :: | s, v(ldv,ip+7) | Real (Kind=nag_wp), Intent (Out) | :: | dev, b(ip), se(ip), cov(ip*(ip+1)/2), wk((ip*ip+3*ip+22)/2) | Character (1), Intent (In) | :: | link, mean, offset, weight |
|
C Header Interface
#include <nagmk26.h>
void |
g02gdf_ (const char *link, const char *mean, const char *offset, const char *weight, const Integer *n, const double x[], const Integer *ldx, const Integer *m, const Integer isx[], const Integer *ip, const double y[], const double wt[], double *s, const double *a, double *dev, Integer *idf, double b[], Integer *irank, double se[], double cov[], double v[], const Integer *ldv, const double *tol, const Integer *maxit, const Integer *iprint, const double *eps, double wk[], Integer *ifail, const Charlen length_link, const Charlen length_mean, const Charlen length_offset, const Charlen length_weight) |
|
3
Description
A generalized linear model with gamma errors consists of the following elements:
(a) |
a set of observations, , from a gamma distribution with probability density function:
being constant for the sample. |
(b) |
, a set of independent variables for each observation, . |
(c) |
a linear model:
|
(d) |
a link between the linear predictor, , and the mean of the distribution, , . The possible link functions are:
(i) |
exponent link: , for a constant , |
(ii) |
identity link: , |
(iii) |
log link: , |
(iv) |
square root link: , |
(v) |
reciprocal link: . |
|
(e) |
a measure of fit, an adjusted deviance. This is a function related to the deviance, but defined for :
|
The linear parameters are estimated by iterative weighted least squares. An adjusted dependent variable,
, is formed:
and a working weight,
,
At each iteration an approximation to the estimate of , is found by the weighted least squares regression of on with weights .
g02gdf finds a
decomposition of
, i.e.,
- where is a by triangular matrix and is an by column orthogonal matrix.
If
is of full rank then
is the solution to:
If is not of full rank a solution is obtained by means of a singular value decomposition (SVD) of .
where
is a
by
diagonal matrix with nonzero diagonal elements,
being the rank of
and
.
This gives the solution
where
is the first
columns of
, i.e.,
.
The iterations are continued until there is only a small change in the deviance.
The initial values for the algorithm are obtained by taking
The scale parameter,
is estimated by a moment estimator:
The fit of the model can be assessed by examining and testing the deviance, in particular, by comparing the difference in deviance between nested models, i.e., when one model is a sub-model of the other. The difference in deviance or adjusted deviance between two nested models with known has, asymptotically, a -distribution with degrees of freedom given by the difference in the degrees of freedom associated with the two deviances.
The parameters estimates,
, are asymptotically Normally distributed with variance-covariance matrix:
- in the full rank case, otherwise
- .
The residuals and influence statistics can also be examined.
The estimated linear predictor , can be written as for an by matrix . The th diagonal elements of , , give a measure of the influence of the th values of the independent variables on the fitted regression model. These are known as leverages.
The fitted values are given by .
g02gdf also computes the Anscombe residuals,
:
An option allows the use of prior weights,
. This gives a model with:
In many linear regression models the first term is taken as a mean term or an intercept, i.e., , for . This is provided as an option.
Often only some of the possible independent variables are included in a model, the facility to select variables to be included in the model is provided.
If part of the linear predictor can be represented by a variables with a known coefficient then this can be included in the model by using an offset,
:
If the model is not of full rank the solution given will be only one of the possible solutions. Other estimates may be obtained by applying constraints to the parameters. These solutions can be obtained by using
g02gkf after using
g02gdf. Only certain linear combinations of the parameters will have unique estimates, these are known as estimable functions, and can be estimated and tested using
g02gnf.
Details of the SVD are made available in the form of the matrix
:
4
References
Cook R D and Weisberg S (1982) Residuals and Influence in Regression Chapman and Hall
McCullagh P and Nelder J A (1983) Generalized Linear Models Chapman and Hall
5
Arguments
- 1: – Character(1)Input
-
On entry: indicates which link function is to be used.
- An exponential link is used.
- An identity link is used.
- A log link is used.
- A square root link is used.
- A reciprocal link is used.
Constraint:
, , , or .
- 2: – Character(1)Input
-
On entry: indicates if a mean term is to be included.
- A mean term, intercept, will be included in the model.
- The model will pass through the origin, zero-point.
Constraint:
or .
- 3: – Character(1)Input
-
On entry: indicates if an offset is required.
- An offset is required and the offsets must be supplied in the seventh column of v.
- No offset is required.
Constraint:
or .
- 4: – Character(1)Input
-
On entry: indicates if prior weights are to be used.
- No prior weights are used.
- Prior weights are used and weights must be supplied in wt.
Constraint:
or .
- 5: – IntegerInput
-
On entry: , the number of observations.
Constraint:
.
- 6: – Real (Kind=nag_wp) arrayInput
-
On entry: must contain the th observation for the th independent variable, for and .
- 7: – IntegerInput
-
On entry: the first dimension of the array
x as declared in the (sub)program from which
g02gdf is called.
Constraint:
.
- 8: – IntegerInput
-
On entry: , the total number of independent variables.
Constraint:
.
- 9: – Integer arrayInput
-
On entry: indicates which independent variables are to be included in the model.
If
, the variable contained in the
th column of
x is included in the regression model.
Constraints:
- , for ;
- if , exactly values of isx must be ;
- if , exactly ip values of isx must be .
- 10: – IntegerInput
-
On entry: the number of independent variables in the model, including the mean or intercept if present.
Constraint:
.
- 11: – Real (Kind=nag_wp) arrayInput
-
On entry: , the dependent variable.
Constraint:
, for .
- 12: – Real (Kind=nag_wp) arrayInput
-
Note: the dimension of the array
wt
must be at least
if
.
On entry: if
,
wt must contain the weights to be used in the weighted regression. If
, the
th observation is not included in the model, in which case the effective number of observations is the number of observations with nonzero weights.
If
,
wt is not referenced and the effective number of observations is
.
Constraint:
if , , for .
- 13: – Real (Kind=nag_wp)Input/Output
-
On entry: the scale parameter for the gamma model,
.
- The scale parameter is estimated with the routine using the formula described in Section 3.
Constraint:
.
On exit: if on input
,
s contains the estimated value of the scale parameter,
.
If on input
,
s is unchanged on exit.
- 14: – Real (Kind=nag_wp)Input
-
On entry: if
,
a must contain the power of the exponential.
If
,
a is not referenced.
Constraint:
if , .
- 15: – Real (Kind=nag_wp)Output
-
On exit: the adjusted deviance for the fitted model.
- 16: – IntegerOutput
-
On exit: the degrees of freedom asociated with the deviance for the fitted model.
- 17: – Real (Kind=nag_wp) arrayOutput
-
On exit: the estimates of the parameters of the generalized linear model,
.
If
, the first element of
b will contain the estimate of the mean parameter and
will contain the coefficient of the variable contained in column
of
, where
is the
th positive value in the array
isx.
If
,
will contain the coefficient of the variable contained in column
of
, where
is the
th positive value in the array
isx.
- 18: – IntegerOutput
-
On exit: the rank of the independent variables.
If the model is of full rank then .
If the model is not of full rank then
irank is an estimate of the rank of the independent variables.
irank is calculated as the number of singular values greater that
(largest singular value). It is possible for the SVD to be carried out but for
irank to be returned as
ip.
- 19: – Real (Kind=nag_wp) arrayOutput
-
On exit: the standard errors of the linear parameters.
contains the standard error of the parameter estimate in , for .
- 20: – Real (Kind=nag_wp) arrayOutput
-
On exit: the upper triangular part of the variance-covariance matrix of the
ip parameter estimates given in
b. They are stored in packed form by column, i.e., the covariance between the parameter estimate given in
and the parameter estimate given in
,
, is stored in
.
- 21: – Real (Kind=nag_wp) arrayInput/Output
-
On entry: if
,
, for
, must contain the offset values
, otherwise
v need not be set and no offset is used.
On exit: auxiliary information on the fitted model.
|
contains the linear predictor value,
, for . |
|
contains the fitted value,
, for . |
|
contains the variance standardization,
, for . |
|
contains the square root of the working weight,
, for . |
|
contains the Anscombe residual,
, for . |
|
contains the leverage,
, for . |
|
contains the offset,
, for . If , all values will be zero. |
, |
for , contains the results of the decomposition or the singular value decomposition. |
If the model is not of full rank, i.e.,
, the first
ip rows of columns
to
contain the
matrix.
- 22: – IntegerInput
-
On entry: the first dimension of the array
v as declared in the (sub)program from which
g02gdf is called.
Constraint:
.
- 23: – Real (Kind=nag_wp)Input
-
On entry: indicates the accuracy required for the fit of the model.
The iterative weighted least squares procedure is deemed to have converged if the absolute change in deviance between iterations is less than . This is approximately an absolute precision if the deviance is small and a relative precision if the deviance is large.
If then the routine will use instead.
Constraint:
.
- 24: – IntegerInput
-
On entry: the maximum number of iterations for the iterative weighted least squares.
- A default value of is used.
Constraint:
.
- 25: – IntegerInput
-
On entry: indicates if the printing of information on the iterations is required.
- There is no printing.
- Every iprint iteration, the following are printed:
- the deviance;
- the current estimates;
- and if the weighted least squares equations are singular then this is indicated.
When printing occurs the output is directed to the current advisory message unit (see
x04abf).
- 26: – Real (Kind=nag_wp)Input
-
On entry: the value of
eps is used to decide if the independent variables are of full rank and, if not, what is the rank of the independent variables. The smaller the value of
eps the stricter the criterion for selecting the singular value decomposition.
If then the routine will use machine precision instead.
Constraint:
.
- 27: – Real (Kind=nag_wp) arrayWorkspace
-
- 28: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, because for this routine the values of the output arguments may be useful even if
on exit, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Note: g02gdf may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the routine:
-
On entry, and .
Constraint: if , .
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, and .
Constraint: .
On entry, and .
Constraint: .
On entry, .
Constraint: , , , or .
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, .
Constraint: or .
On entry, .
Constraint: .
On entry, .
Constraint: or .
On entry, .
Constraint: .
On entry, .
Constraint: .
On entry, .
Constraint: or .
-
On entry, .
Constraint: , for .
-
Number of requested x-variables greater than
n.
On entry,
ip incompatible with number of nonzero values of
isx:
.
On entry, .
Constraint: , for .
-
On entry, .
Constraint: , for .
-
A fitted value is at the boundary, i.e., . This may occur if there are values of and the model is too complex for the data. The model should be reformulated with, perhaps, some observations dropped.
-
SVD solution failed to converge.
-
The iterative weighted least squares has failed to converge in
maxit (or default
) iterations. The value of
maxit could be increased but it may be advantageous to examine the convergence using the
iprint option. This may indicate that the convergence is slow because the solution is at a boundary in which case it may be better to reformulate the model.
-
The rank of the model has changed during the weighted least squares iterations. The estimate for returned may be reasonable, but you should check how the deviance has changed during iterations.
-
The degrees of freedom for error are . A saturated model has been fitted.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
The accuracy depends on
tol as described in
Section 5. As the adjusted deviance is a function of
, the accuracy of the
s will be a function of
tol, so
tol should be set to a smaller value than the accuracy required for
.
8
Parallelism and Performance
g02gdf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library.
g02gdf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
None.
10
Example
A set of observations from two groups is input and a model for the two groups is fitted.
10.1
Program Text
Program Text (g02gdfe.f90)
10.2
Program Data
Program Data (g02gdfe.d)
10.3
Program Results
Program Results (g02gdfe.r)