PDF version (NAG web site
, 64-bit version, 64-bit version)
NAG Toolbox: nag_correg_glm_gamma (g02gd)
Purpose
nag_correg_glm_gamma (g02gd) fits a generalized linear model with gamma errors.
Syntax
[
s,
dev,
idf,
b,
irank,
se,
covar,
v,
ifail] = g02gd(
link,
mean_p,
x,
isx,
ip,
y,
s, 'n',
n, 'm',
m, 'wt',
wt, 'a',
a, 'v',
v, 'tol',
tol, 'maxit',
maxit, 'iprint',
iprint, 'eps',
eps)
[
s,
dev,
idf,
b,
irank,
se,
covar,
v,
ifail] = nag_correg_glm_gamma(
link,
mean_p,
x,
isx,
ip,
y,
s, 'n',
n, 'm',
m, 'wt',
wt, 'a',
a, 'v',
v, 'tol',
tol, 'maxit',
maxit, 'iprint',
iprint, 'eps',
eps)
Note: the interface to this routine has changed since earlier releases of the toolbox:
At Mark 23: |
offset and weight were removed from the interface; v, wt, tol, maxit, iprint, eps and a were made optional |
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 arguments 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 .
nag_correg_glm_gamma (g02gd) 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 argument,
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 arguments 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 .
nag_correg_glm_gamma (g02gd) 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 arguments. These solutions can be obtained by using
nag_correg_glm_constrain (g02gk) after using
nag_correg_glm_gamma (g02gd). Only certain linear combinations of the arguments will have unique estimates, these are known as estimable functions, and can be estimated and tested using
nag_correg_glm_estfunc (g02gn).
Details of the SVD are made available in the form of the matrix
:
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
Parameters
Compulsory Input Parameters
- 1:
– string (length ≥ 1)
-
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:
– string (length ≥ 1)
-
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:
– double array
-
ldx, the first dimension of the array, must satisfy the constraint
.
must contain the th observation for the th independent variable, for and .
- 4:
– int64int32nag_int array
-
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 .
- 5:
– int64int32nag_int scalar
-
The number of independent variables in the model, including the mean or intercept if present.
Constraint:
.
- 6:
– double array
-
, the dependent variable.
Constraint:
, for .
- 7:
– double scalar
-
The scale argument for the gamma model,
.
- The scale argument is estimated with the function using the formula described in Description.
Constraint:
.
Optional Input Parameters
- 1:
– int64int32nag_int scalar
-
Default:
the dimension of the array
y and the first dimension of the arrays
x,
v. (An error is raised if these dimensions are not equal.)
, the number of observations.
Constraint:
.
- 2:
– int64int32nag_int scalar
-
Default:
the dimension of the array
isx and the second dimension of the array
x. (An error is raised if these dimensions are not equal.)
, the total number of independent variables.
Constraint:
.
- 3:
– double array
-
The dimension of the array
wt
must be at least
if
, and at least
otherwise
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 .
- 4:
– double scalar
Default:
If
,
a must contain the power of the exponential.
If
,
a is not referenced.
Constraint:
if , .
- 5:
– double array
-
If
,
v need not be set.
If ,
, for , must contain the offset values . All other values need not be set.
- 6:
– double scalar
Default:
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 function will use instead.
Constraint:
.
- 7:
– int64int32nag_int scalar
Default:
The maximum number of iterations for the iterative weighted least squares.
- A default value of is used.
Constraint:
.
- 8:
– int64int32nag_int scalar
Default:
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
nag_file_set_unit_advisory (x04ab)).
- 9:
– double scalar
Default:
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 function will use
machine precision instead.
Constraint:
.
Output Parameters
- 1:
– double scalar
-
If on input
,
s contains the estimated value of the scale argument,
.
If on input
,
s is unchanged on exit.
- 2:
– double scalar
-
The adjusted deviance for the fitted model.
- 3:
– int64int32nag_int scalar
-
The degrees of freedom asociated with the deviance for the fitted model.
- 4:
– double array
-
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.
- 5:
– int64int32nag_int scalar
-
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.
- 6:
– double array
-
The standard errors of the linear parameters.
contains the standard error of the parameter estimate in , for .
- 7:
– double array
-
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
.
- 8:
– double array
-
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.
- 9:
– int64int32nag_int scalar
unless the function detects an error (see
Error Indicators and Warnings).
Error Indicators and Warnings
Note: nag_correg_glm_gamma (g02gd) may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the function:
Cases prefixed with W are classified as warnings and
do not generate an error of type NAG:error_n. See nag_issue_warnings.
-
-
On entry, | , |
or | , |
or | , |
or | , |
or | , |
or | or 'R', |
or | , |
or | and , |
or | or , |
or | or , |
or | or 'Y', |
or | , |
or | , |
or | . |
-
-
On entry, |
and a value of . |
-
-
On entry, | a value of , |
or | the value of ip is incompatible with the values of mean_p and isx, |
or | ip is greater than the effective number of observations. |
-
-
On entry, | for some . |
-
-
A fitted value is at the boundary, i.e., . This may occur if there are small values of and the model is not suitable for the data. The model should be reformulated with, perhaps, some observations dropped.
-
-
The singular value decomposition has failed to converge. This is an unlikely error exit.
-
-
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.
- W
-
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.
- W
-
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.
-
Your licence key may have expired or may not have been installed correctly.
-
Dynamic memory allocation failed.
Accuracy
The accuracy depends on
tol as described in
Arguments. 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
.
Further Comments
None.
Example
A set of observations from two groups is input and a model for the two groups is fitted.
Open in the MATLAB editor:
g02gd_example
function g02gd_example
fprintf('g02gd example results\n\n');
x = [1; 1; 1; 1; 1; 0; 0; 0; 0; 0 ];
y = [1; 0.3; 10.5; 9.7; 10.9; 0.62; 0.12; 0.09; 0.5; 2.14];
[n,m] = size(x);
isx = ones(m,1,'int64');
ip = int64(m+1);
link = 'R';
mean_p = 'M';
s = 0;
tol = 5e-5;
[s, dev, idf, b, irank, se, covar, v, ifail] = ...
g02gd( ...
link, mean_p, x, isx, ip, y, s, 'tol', tol);
fprintf('Deviance = %12.4e\n', dev);
fprintf('Degrees of freedom = %2d\n', idf);
fprintf('\nVariable Parameter estimate Standard error\n\n');
ivar = double([1:ip]');
fprintf('%6d%16.4f%20.4f\n',[ivar b se]');
fprintf('\n y fv residual h\n\n');
for j=1:n
fprintf('%7.1f%10.2f%12.4f%10.3f\n',y(j),v(j,2),v(j,5),v(j,6));
end
g02gd example results
Deviance = 3.5034e+01
Degrees of freedom = 8
Variable Parameter estimate Standard error
1 1.4408 0.6678
2 -1.2865 0.6717
y fv residual h
1.0 6.48 -1.3909 0.200
0.3 6.48 -1.9228 0.200
10.5 6.48 0.5236 0.200
9.7 6.48 0.4318 0.200
10.9 6.48 0.5678 0.200
0.6 0.69 -0.1107 0.200
0.1 0.69 -1.3287 0.200
0.1 0.69 -1.4815 0.200
0.5 0.69 -0.3106 0.200
2.1 0.69 1.3665 0.200
PDF version (NAG web site
, 64-bit version, 64-bit version)
© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015