AIRES library reference: statzero.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      subroutine statzero(ndata, ld1, stdata)
c
c     Initializing statistical counters.
c
c     Written by: S. J. Sciutto, La Plata 2001, 2002.
c
c
c     Arguments:
c     =========
c
c     ndata........... (input, integer) The number of data items.
c     ld1............. (input, integer) Leading dimension of array
c                      stdata.
c     stdata.......... (output, double precision, array(ld1, ndata))
c                      The statistical data array. Elements (1, *)
c                      carry the running sums of the corresponding data
c                      item, element (2, *) the current data items, to
c                      use in the update, elements (3, *) carry the
c                      running sum of squares and elements (4, *) and
c                      (5, *) the minimum and maximum values,
c                      respectively.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]