<div dir="ltr">Please look at the function documentation carefully.  It says:<br><br>; STATX(22 to 27) require more than 1000 observations<br>; Otherwise, they are set to _FillValue<div><br></div><div>Output #19 says you have exactly 1000 values.  Therefore, _FillValue is the expected result for #22 through #27.</div><div><br></div><div>--Dave</div><div><br></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 15, 2016 at 4:05 PM, Lijun Diao <span dir="ltr">&lt;<a href="mailto:ljdiao@gmail.com" target="_blank">ljdiao@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div style="font-size:12pt;font-family:Calibri;color:rgb(0,0,0)">
<div>Dear NCL forum:</div>
<div> </div>
<div>I am trying to use <font style="background-color:rgb(255,255,0)" color="#000000"><strong>stat_dispersion</strong></font> function to compute 99th 
percentile of data. At first, I tried the example 1 on the introduction page. 
However, as you can see in the following, the outputs 22 to 26 are missing 
values rather that the values shown on the web. My NCL is version 6.3.0. Is it 
due to my installation issue or anyone can compute the 99th percentile without 
problems?</div>
<div> </div>
<div>thanks for answering my question!</div>
<div> </div>
<div>ncl 4&gt; load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;</div>
<div>ncl 5&gt; statb = stat_dispersion(b, opt )</div>
<div>(0)</div>
<div>(0)        ===&gt; Robust Dispersion 
Statistics &lt;===</div>
<div>(0)      
[0]            
Mean=1.96763</div>
<div>(0)      
[1]          StdDev=1.94921</div>
<div>(0)      
[2]             
Min=0.00386701</div>
<div>(0)      
[3]          LowDec=0.217212</div>
<div>(0)      
[4]          LowOct=0.284452</div>
<div>(0)      
[5]          LowSex=0.383918</div>
<div>(0)      [6]     
LowQuartile=0.592704</div>
<div>(0)      
[7]          LowTri=0.783372</div>
<div>(0)      
[8]          Median=1.34768</div>
<div>(0)      
[9]         HighTri=2.21197</div>
<div>(0)      [10]   
HighQuartile=2.75091</div>
<div>(0)      
[11]        HighSex=3.55215</div>
<div>(0)      
[12]        HighOct=4.0649</div>
<div>(0)      
[13]        HighDec=4.39585</div>
<div>(0)      
[14]            
Max=12.4941</div>
<div>(0)      
[15]          Range=12.4903</div>
<div>(0)      [16]     
Dispersion=6.40786</div>
<div>(0)      [17]    RMS 
Anomaly=1.94824</div>
<div>(0)      [18]      
#   Total=1000</div>
<div>(0)      [19]      
#    Used=1000</div>
<div>(0)      [20]      # 
Missing=0</div>
<div>(0)      [21]      % 
Missing=0</div>
<div>(0)      [22]     Lower 
0.1%=9.96921e+36</div>
<div>(0)      [23]     Lower 
1.0%=9.96921e+36</div>
<div>(0)      [24]     Lower 
5.0%=9.96921e+36</div>
<div>(0)      [25]     Upper 
5.0%=9.96921e+36</div>
<div>(0)      [26]     Upper 
1.0%=9.96921e+36</div>
<div>(0)      [27]     Upper 
0.1%=9.96921e+36</div>
<div>(0)      [28]       
Skewness=1.85963</div>
<div>(0)      [29]       
Kurtosis=4.42162</div>
<div>(0)</div>
<div> </div>
<div style="font-size:12pt;font-family:Calibri;color:rgb(0,0,0)">-----------------------------------------------------------------------------<br>Lijun 
Diao<br><a href="mailto:ldiao@uh.edu" target="_blank">ldiao@uh.edu</a><br>Research Assistant<br>Department of Earth &amp; 
Atmospheric Sciences<br>University of Houston<br>4800 Calhoun RD., Bldg. 
S&amp;R1-312<br>Houston, TX 77204-5007</div></div></div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div></div></div>