<div dir="ltr"><div><br></div>I see that the function documentation <br><div><pre>  function bootstrap_regcoef (
                <b>x</b>         : numeric,    <== parameter 0
                y         : numeric,    <== parameter 1
                nBoot [1] : integer,  
                nDim  [*] : integer,  
                opt   [1] : logical   
        )<br><br></pre><pre>allows an 'x' with multiple dimensions.<br><br></pre><pre>This is <b>*NOT*</b> correct. (My fault!)<br><br></pre><pre>If you look at:<br><br></pre><pre>%> less $NCARG_ROOT/lib/ncarg/nclscripts/csm/bootstrap.ncl<br></pre><pre>The actual function is prototyped as one dimensional [*]<br><br>function bootstrap_regcoef(<b>x[*]</b>:<wbr>numeric, z:numeric, nBoot[1]:integer, nDim:integer, opt[1]:logical)<br><br>=============================================<br></pre><pre>The bootstrap_regcoef examples at<br><br>   <a href="http://www.ncl.ucar.edu/Applications/bootstrap.shtml">http://www.ncl.ucar.edu/Applications/bootstrap.shtml</a><br><br>all have the first (0-th) argument as one dimensional.<br><br>==============================================<br></pre><pre>The documentation has been changed:<br>    <a href="http://www.ncl.ucar.edu/Document/Functions/Bootstrap/bootstrap_regcoef.shtml">http://www.ncl.ucar.edu/Document/Functions/Bootstrap/bootstrap_regcoef.shtml</a><br><br>====<br></pre><pre>I note you refer to 'time' as<span style="font-family:"trebuchet ms",sans-serif">  'year*month' In virtually all NCL function 'time' is one dimensional.<br><br></span></pre><pre><span style="font-family:"trebuchet ms",sans-serif">THX<br></span></pre><pre><span style="font-family:"trebuchet ms",sans-serif"><br><br></span></pre><pre><br><br></pre><pre><br> </pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 11, 2017 at 11:36 PM, 王健 <span dir="ltr"><<a href="mailto:montager.wang@gmail.com" target="_blank">montager.wang@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default"><font face="trebuchet ms, sans-serif">Hi there,</font></div><div class="gmail_default"><font face="trebuchet ms, sans-serif"><br></font></div><div class="gmail_default"><font face="trebuchet ms, sans-serif">When I use function "bootstrap_regcoef</font><span style="font-family:"trebuchet ms",sans-serif">" to estimate regression coefficients of Y(year*month*lat*lon) on X </span><span style="font-family:"trebuchet ms",sans-serif">(year*month*lat*lon), </span></div><div class="gmail_default"><span style="font-family:"trebuchet ms",sans-serif">here's the error info:</span></div><div class="gmail_default"><span style="font-family:"trebuchet ms",sans-serif">"</span><font face="trebuchet ms, sans-serif">fatal:Number of dimensions in parameter (0) of (bootstrap_regcoef) is (2), (1) dimensions were expected</font><span style="font-family:"trebuchet ms",sans-serif">"</span></div><div class="gmail_default"><span style="font-family:"trebuchet ms",sans-serif"><br></span></div><div class="gmail_default"><span style="font-family:"trebuchet ms",sans-serif">while I use "</span><span style="font-family:"trebuchet ms",sans-serif">bootstrap_correl</span><span style="font-family:"trebuchet ms",sans-serif">" on the same data, everything seems okay, is there a bug or something in "</span><font face="trebuchet ms, sans-serif"> bootstrap_regcoef</font><span style="font-family:"trebuchet ms",sans-serif">" function?</span></div><div class="gmail_default"><span style="font-family:"trebuchet ms",sans-serif"><br></span></div><div class="gmail_default"><span style="font-family:"trebuchet ms",sans-serif">Looking forward to your response!</span><br></div><div class="gmail_default"><font face="trebuchet ms, sans-serif"><br></font></div><div class="gmail_default"><font face="trebuchet ms, sans-serif">Best regard,</font></div><div class="gmail_default"><font face="trebuchet ms, sans-serif"><br></font></div><div class="gmail_default"><font face="trebuchet ms, sans-serif">Chris</font></div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>