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

GAMS Module NAG_SUMMARY_STATS_1VAR in NAGC


NAG_SUMMARY_STATS_1VAR

 
Calculates the mean, standard deviation, coefficients of skewness and
kurtosis, and the maximum and minimum values for a set of ungrouped data.
Weighting may be used.
 
Classes  :  L1a1 . Summary statistics for one-dimensional data
 
Type     : C subroutine in NAGC library (G01 sublibrary).
Access   : Proprietary. Many implementations available.
Precision: Double.
Note     : This procedure may also be invoked using the name g01aac.
 
Usage    : void nag_summary_stats_1var(Integer n, double x[], double wt[],
           Integer nvalid[], double xmean[], double xsd[], double xskew[],
           double xkurt[], double xmin[], double xmax[], double wsum[],
           NagError *fail)
 
See also : nag_median_1var (g07dac)
 
Details  : Documentation Example Example-input Example-output
           Local-details
Sites    : (1) ITL
 

Implementation of NAG_SUMMARY_STATS_1VAR from NAGC on ITL

 
ITL:       Unix Workstation Network, National Institute of Standards and
           Technology (NIST), Gaithersburg, MD. Available to NIST staff.
 
Precision: Double.
Note     : This procedure may also be invoked using the name g01aac.
 
Access available only to NIST staff on internal Unix systems. They may access this
package provided the /itl tree is cross-mounted.
 
   Link         : cc -I/itl/links/generic/include -o prog prog.c
                  -L/itl/links/generic/{lib lib32 lib64}{/mips3 /mips4}
                  -lnagc -lm
   Local-details: cat /itl/apps/nagclib-6/docs/implementation
   Example-outpu: cat
                  /itl/apps/nagclib-6/clsol06da/examples/results/g01aace.r
   Example-input: cat
                  /itl/apps/nagclib-6/clsol06da/examples/data/g01aace.d
   Documentation: acroread
                  /itl/apps/nagclib-6/docs/NAGdoc/cl/pdf/G01/g01aac_cl05.pdf
   Example      : cat
                  /itl/apps/nagclib-6/clsol06da/examples/source/g01aace.c


[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 Sat Sep 20, 2008 at 04:16:43 UTC