|
SHORTEST HALF MIDRANGEName:
\( m = n/2 \hspace{1.35in} n \mbox{ odd} \)
where <y> is the response variable; <par> is a parameter where the computed shortest half midrange is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
<SUBSET/EXCEPT/FOR qualification> where <y1> is the first response variable; <y2> is the second response variable; <par> is a parameter where the computed difference of shortest half midranges is stored; and where the <SUBSET/EXCEPT/FOR qualification> is optional.
LET A = SHORTEST HALF MIDRANGE Y1 SUBSET TAG > 2 LET A = DIFFERENCE OF SHORTEST HALF MIDRANGE Y1 Y2
Andrews, Bickel, Hampel, Huber, Rogers, and Tukey (1972), "Robust Estimates of Location", Princeton University Press, Princeton. Rousseeuw (1985), "Multivariate Estimation with High Breakdown Point", in Grossman, Pflug, Nincze, Wetrz (eds), "Mathematical Statistics and Applications", Reidel, Dordrecht, The Netherlands, pp. 283-297.
2017/06: Added DIFFERENCE OF SHORTEST HALF MIDRANGE SKIP 25 READ LGN.DAT Y LET SHMM = SHORTEST HALF MIDRANGE YProgram 2: . Step 1: Create the data . skip 25 read gear.dat y x skip 0 . char X line blank y1label Shortest Half Midrange x1label Group x1tic mark offset 0.5 0.5 label case asis title case asis title Shortest Half Midrange of GEAR.DAT title offset 2 . set statistic plot reference line average shortest half midrange plot y x . set write decimals 5 tabulate shortest half midrange y xThe following output is generatedCross Tabulate SHORTEST HALF MIDRANGE (Response Variables: Y ) --------------------------------------------- X | SHORTEST HALF M --------------------------------------------- 1.00000 | 0.99700 2.00000 | 0.99800 3.00000 | 0.99700 4.00000 | 0.99600 5.00000 | 0.99400 6.00000 | 1.00250 7.00000 | 0.99900 8.00000 | 0.99800 9.00000 | 0.99700 10.00000 | 0.99600 SKIP 25 READ IRIS.DAT Y1 TO Y4 X . LET A = DIFFERENCE OF SHORTEST HALF MIDRANGE Y1 Y2 SET WRITE DECIMALS 4 TABULATE DIFFERENCE OF SHORTEST HALF MIDRANGE Y1 Y2 XCross Tabulate DIFFERENCE OF SHORTEST HALF MIDRANGE (Response Variables: Y1 Y2 ) --------------------------------------------- X | DIFFERENCE OF S --------------------------------------------- 1.0000 | 1.7000 2.0000 | 2.9500 3.0000 | 3.5000. XTIC OFFSET 0.2 0.2 X1LABEL GROUP ID Y1LABEL DIFFERENCE OF SHORTEST HALF MIDRANGE CHAR X LINE BLANK DIFFERENCE OF SHORTEST HALF MIDRANGE PLOT Y1 Y2 X
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 07/03/2017 |