A39 ==== Aim___The use of Mathematica in statistics is currently undergoing arenaissance. This special issue of The Mathematica Journal will bedevoted to all aspects of statistics. Any paper related to statisticsis welcome, irrespective of whether the focus is theoretical orapplied, symbolic or numerical, and specifically including softwaredemos, from authors who have backgrounds in statistics, probability,computer science, mathematics, econometrics, psychometrics,computational biology, etcSubmission Guidelines_____________________Papers must be written in English and submitted as Mathematicais no absolute restriction on length. However, shorter papers (6 to 10pages) will be strongly preferred to longer ones, in the interest ofdiversity and quality. Authors are requested to be as concise aspossible. Long code listings can easily be included in the electronicversion of the journal.All submitted papers will be refereed. Submitting authors may be askedto referee a paper.Please also see the journalÕs submissions page: http://www.mathematica-journal.com/submissions/OF INTENT (author details, tentative title, and an estimated number ofpages) as soon as possible to the guest editor at colin@mathStatica.com_______________Statement of Intent: 30 November (preferred) to 30 December 2002Submission of paper: 31 JanuaryRefereeing: February/March 2003 (tentative)Revision: April 2003Publication: September 2003 ==== Huh??? The last element of y should be 1000000 while the last element of x should be 2.Possibly the difference is because one is stored as a packed array and the other isnÕt.try Developer`PackedArrayQ[x] and Developer`PackedArrayQ[y] ==== You can see the difference as follows:In[17]:=<