nlmdl
    Ron Gallant 
    arg at ccvr1.ncsu.edu
       
    Wed Jan  2 23:54:52 AEST 1991
    
    
  
nlmdl was released through alt.sources on December 22, 1990.
An updated version with a more efficient matrix class is available via ftp 
anonymous at ccvr1.cc.ncsu.edu (128.109.212.20) in directory pub/arg/nlmdl.  
The updated version also fixes a potentially serious bug in nlmdl.cc.  The line
    for (INTEGER i = 0; i <= s.p; i++) s.V.elem(i,i) = 1.0;
should read 
    for (INTEGER i = 1; i <= s.p; i++) s.V.elem(i,i) = 1.0;
nlmdl is a C++ implementation of the statistical methods in A. Ronald Gallant, 
"Nonlinear Statistical Models," New York: John Wiley and Sons, 1987, using a 
matrix class, realmat, that is distributed with it.
-------------------------------------------------------------------------------
Professor A. Ronald Gallant        Phone:  919-737-2531
Department of Statistics           FAX:    919-737-7591
North Carolina State University    e-mail: arg at ccvr1.cc.ncsu.edu
Campus Box 8203                    ftp:    ccvr1.cc.ncsu.edu (128.109.212.20), 
Raleigh NC 27695-8203 USA                  user: anonymous, directory: pub/arg 
-------------------------------------------------------------------------------
    
    
More information about the Alt.sources
mailing list