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

GAMS Module DODRC in CMLIB


DODRC

 
Computes the weighted orthogonal distance regression or ordinary linear or
nonlinear least squares solution. Derivatives are either supplied by the user or
numerically approximated. Control values are supplied by the user, and a
three-part report of the results is optionally generated.
 
Classes  :  K1a1a3 . Unconstrained linear least squares approximation on
                   univariate data (curve fitting)
            K1b1a1 . Unconstrained nonlinear least squares approximation by
                   smooth functions, user provides no derivatives
            K1b1a2 . Unconstrained nonlinear least squares approximation by
                   smooth functions, user provides first derivatives
            L8a4 .   Simple linear errors in variables regression
            L8c5 .   Measurement error models
            L8e5 .   Nonlinear measurement error models
 
Type     : Fortran subroutine in CMLIB library (ODRPACK sublibrary).
Access   : Public domain. Portable.
Precision: Double.
 
Usage    : CALL DODRC(FUN, JAC, N, M, NP, X, LDX, IFIXX, LDIFX, SCLD, LDSCLD, Y,
           BETA, IFIXB, SCLB, RHO, LDRHO, W, JOB, TAUFAC, SSTOL, PARTOL, MAXIT,
           IPRINT, LUNERR, LUNRPT, WORK, LWORK, IWORK, LIWORK, INFO)
 
Details  : Documentation Fullsource Source
Sites    : (1) ARNO (2) ITL
 

Implementation of DODRC from CMLIB on ARNO

 
ARNO:      Silicon Graphics Origin 2000, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double. (Single: SODRC)
 
Those logged in to arno.nist.gov or amur.nist.gov may access this module as
follows.
 
   Link         : See cmlib man page.
   Documentation: cmdoc dodrc
   Source       : cmsrc dodrc
   Fullsource   : cmsrcx dodrc
 

Implementation of DODRC from CMLIB on ITL

 
ITL:       Unix Workstation Network, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double. (Single: SODRC)
 
Access available only to NIST staff on internal Unix systems. They may access this
package provided the /itl tree is cross-mounted.
 
   Link         : f77 -o main main.f -lcm
   Documentation: cmdoc dodrc
   Source       : cmsrc DODRC
   Fullsource   : cmsrcx dodrc


[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 Sun Sep 21, 2008 at 14:29:38 UTC