home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / gmt_os2.zip / src / trend2d.ou < prev    next >
Text File  |  1996-09-25  |  1KB  |  19 lines

  1. GMT Warning: Could not determine home directory!
  2. trend2d 3.0a:OS/2 - Fit a [weighted] [robust] polynomial for z = f(x,y) to ascii xyz[w]
  3.  
  4. usage:  trend2d -N<n_model>[r] [<xyz[w]file>] [-F<xymrw>] [-C<condition_#>] [-I[<confidence>]] [-V] [-W]
  5.  
  6.     -N<n_model>[r] fit a [robust] model with <n_model> terms.  <n_model> in [1,10].  E.g., robust quadratic = -N3r.
  7.  
  8.     OPTIONS:
  9.     [<xyz[w]file>] name of ascii file, first 2 cols = x y [3 cols = x y w].  [Default reads stdin].
  10.     -F<xymrw>  Choose at least 1, up to 6, any order, of xyzmrw for ascii output to stdout.
  11.         x=x, y=y, z=z, m=model, r=residual=z-m, w=weight.  w determined iteratively if robust fit used.
  12.     -C  Truncate eigenvalue spectrum so matrix has <condition_#>.  [Default = 1.0e06].
  13.     -I  Iteratively Increase # model parameters, to a max of <n_model> so long as the
  14.         reduction in variance is significant at the <confidence> level.
  15.         Give -I without a number to default to 0.51 confidence level.
  16.     -V  Verbose operation.  Program reports progress to stderr.
  17.     -W  Weighted input given, weights in 4th column.  [Default is unweighted].
  18.  
  19.