|
DIFFERENCE OF WINSORIZED SDName:
For the difference of Winsorized standard deviations, the Winsorized standard deviation is computed for each of two samples then their difference is taken.
<SUBSET/EXCEPT/FOR qualification> where <y1> is the first response variable; <y2> is the first response variable; <par> is a parameter where the computed difference of the Winsorized standard deviation is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET A = DIFFERENCE OF WINSORIZED SD Y1 Y2 SUBSET X > 1
LET P2 = 10 LET A = DIFFERENCE OF WINSORIZED SD Y1 Y2
SKIP 25 READ IRIS.DAT Y1 TO Y4 X . LET P1 = 10 LET P2 = 10 LET A = DIFFERENCE OF WINSORIZED SD Y1 Y2The following Dataplot output is generated. ************************************************* ** LET A = DIFFERENCE OF WINSORIZED SD Y1 Y2 ** ************************************************* THE COMPUTED VALUE OF THE CONSTANT A = 0.36153185E+00
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 03/27/2003 |