home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 4352 / whatsnew.doc < prev   
Text File  |  1994-01-29  |  3KB  |  59 lines

  1.                                 Nonlin Version 3
  2.  
  3.       Nonlin  version 3 is a major upgrade from the previous version (2.5)
  4.       and involved many months of intensive programming effort.   Some  of
  5.       the improvements in version 3 are summarized below:
  6.  
  7.       1.  A  greatly  enhanced  language  for describing the analysis that
  8.           Nonlin  is  to  perform.   The  syntax  is  similar  to  the   C
  9.           programming   language   and  includes  intermediate  variables,
  10.           arrays, conditional statements  (IF,  ELSE),  and  looping  (DO,
  11.           WHILE,  FOR).   The  new  language makes it possible to describe
  12.           much more complex models and allows you to  express  complicated
  13.           functions is a more natural style.
  14.  
  15.       2.  A  #INCLUDE  statement that allows you to include external files
  16.           in your command file.
  17.  
  18.       3.  Significantly improved plotting commands.  You can  now  specify
  19.           your  own  labels  for the X and Y axes and the scaling has been
  20.           improved.  A new SPLOT command allows  you  to  create  multiple
  21.           scatter  plots  and you can display one or two sets of points on
  22.           the same plot for comparison purposes.  You can also  optionally
  23.           connect the points with line segments.
  24.  
  25.       4.  Computation  of a correlation matrix.  The new CORRELATE command
  26.           causes Nonlin to compute and print a correlation matrix of  your
  27.           input   variables.    This   is  useful  for  diagnosing  highly
  28.           correlated independent variables that could cause  problems  for
  29.           the model.
  30.  
  31.       5.  You  may  select  degrees  or radians as the angle units for the
  32.           built-in trig library functions.
  33.  
  34.       Because the language syntax has changed you will need  to  edit  any
  35.       Nonlin  command  procedures  that  you  have been using with earlier
  36.       versions of Nonlin.  The new  manual  fully  explains  the  language
  37.       syntax  and  all  of  the supplied example files (*.NLR) use the new
  38.       syntax.  The following is a summary of the changes that are needed:
  39.  
  40.       1.  Each statement must be terminated with a  semicolon.   Note:  in
  41.           previous  versions  the semicolon indicated that a statement was
  42.           continued to the next  line,  now  statements  may  flow  across
  43.           lines and are terminated by a semicolon.
  44.  
  45.       2.  The  comment  introducer  sequence  has been changed from '!' to
  46.           '//'.
  47.  
  48.       3.  The TITLE string must be enclosed in quote marks.
  49.  
  50.       4.  File names in OUTPUT and POUTPUT statements must be enclosed  in
  51.           quote marks.
  52.  
  53.       5.  The  default  measure for angles is degrees rather than radians.
  54.           You can use the ANGLETYPE statement to change the  default  back
  55.           to radians if you wish.
  56.  
  57.       6.  The  DOMAIN  statement has been changed to an option on the plot
  58.           commands.
  59.