Proc code - Solutions - STATISTICS Go Home

Statistics component.

This is a component (STATX service) that allows you some statistics operations.

The operations in the statx service are:

DATA COLLECTION OPERATIONS

MESURES OF CENTRAL TENDENCY OPERATIONS MESURES OF VARIABILITY OPERATIONS MISCELANEOUS OPERATIONS HTML OPERATIONS The properties parameter is a list where you can specify:
 
ORDER Y|N If you want order by value or not the list (default Y)
HEADER The text of the table header
HCOLOR The background colour of the table header (default #FFFFCC)
IMAGE The 1x1 pixel image to show as bar (default dot.gif included in this sample)
CCOLOR The background colour of the columns (default #FFFFFF)
HEIGHT The height of the table (default is the maxim value of the samples)
WIDTH The table width (default is number of sample * 12)
VALUE Y|N If you want include the value of every column (default is N)
FOOT Y|N If you want include the sample position as table foot (default is Y)
FCOLOR The background colour of the foot columns (default is #FFFFFF)

NOTE

$status contains >= 0 if all is right and <0 if there occurs an error (for instance there are no samples).

PERFORMANCE ISSUE.

    If you don’t need calculating the median, mode, arithmetic average you can use the SaveDisable operation in order to have a better performance.

    Depending of the characteristics of your data and system you can use the ChangeSortAlg operation to change form QuickSort (recursive) to BubbleSort (non-recursive) algorithm.

The statx.zip file is composed by:


Copyright © 1999-1999  $UUU  All rights reserved.
Disclaimer. | Site Comments.