[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module NAG_GLM_EST_FUNC in NAGC


NAG_GLM_EST_FUNC

 
Gives the estimate of an estimable function along with its standard error from the
results from fitting a generalized linear model.
 
Classes  :  L8e . Nonlinear regression (i.e., y = F(X,b))
            L9c . Categorical data analysis using the log-linear model
 
Type     : C subroutine in NAGC library (G02 sublibrary).
Access   : Proprietary. Many implementations available.
Precision: Double.
Note     : This procedure may also be invoked using the name g02gnc.
 
Usage    : void nag_glm_est_func(Integer ip, Integer rank, double b[],
           double cov[], double v[], Integer tdv, double f[], Boolean *est,
           double *stat, double *sestat, double *z, double tol, NagError *fail)
 
See also : nag_glm_normal (g02gac), nag_glm_binomial (g02gbc),
           nag_glm_poisson (g02gcc), nag_glm_gamma (g02gdc),
           nag_glm_tran_model (g02gkc)
 
Details  : Documentation Example Example-input Example-output
           Local-details
Sites    : (1) ITL
 

Implementation of NAG_GLM_EST_FUNC from NAGC on ITL

 
ITL:       Unix Workstation Network, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double.
Note     : This procedure may also be invoked using the name g02gnc.
 
Access available only to NIST staff on internal Unix systems. They may access this
package provided the /itl tree is cross-mounted.
 
   Link         : cc -I/itl/links/generic/include -o prog prog.c
                  -L/itl/links/generic/{lib lib32 lib64}{/mips3 /mips4}
                  -lnagc -lm
   Local-details: cat /itl/apps/nagclib-6/docs/implementation
   Example-input: cat
                  /itl/apps/nagclib-6/clsol06da/examples/data/g02gnce.d
   Documentation: acroread
                  /itl/apps/nagclib-6/docs/NAGdoc/cl/pdf/G02/g02gnc_cl05.pdf
   Example-outpu: cat
                  /itl/apps/nagclib-6/clsol06da/examples/results/g02gnce.r
   Example      : cat
                  /itl/apps/nagclib-6/clsol06da/examples/source/g02gnce.c


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Sat Sep 20, 2008 at 04:17:26 UTC