<div dir="ltr"><div><div>What do you mean by &quot;normalizing&quot; ?<br><br></div>[a] transforming to a normal (Gaussian) distribution.<br></div>[b] transforming to unit variance<br><div><div>[c] ???<br></div><div>===<br></div><div>Using the raw data:<br><br></div><div>[1] Using the covariance matrix emphasizes variance.<br>[2] Using the correlation matrix emphasizes patterns.<br><br></div><div>Correlations are &#39;normalized&#39; by the product of the standard deviations.<br><pre>   cor = SUM [(X(t)-Xave)*(Y(t)-Yave)}]/(Xstd*Ystd)<br><br>====<br></pre><pre>I&#39;d suggest you experiment. <br></pre><pre>Incidentally, as noted in the &#39;eofunc&#39; documentation, <br>the input data array need not be anomalies. NCL&#39;s function <br>does that &#39;under-the-hood&#39;<br></pre><pre>Good luck<br></pre><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 8, 2016 at 9:28 PM,  <span dir="ltr">&lt;<a href="mailto:Ziguang.Li@csiro.au" target="_blank">Ziguang.Li@csiro.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="#0563C1" vlink="#954F72" lang="EN-AU">
<div class="m_-5044905659844431923WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hi there,<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">I have some uncertainty about using eofunc to do empirical orthogonal function analysis (EOF). Following the online instruction, I should set attribution of optEOF, jopt, to assign correlation matrix or covariance matrix
 for calculating EOFs. I want to use normalized data as input, should I need to pre-process raw data as normalized values then set optEOF@jpopt=1 before perform eofunc? Or just use anoamlies as input and set optEOF@jopt=1 is enough and this function will automatically
 normalize input data?<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Looking forward to your reply.<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Ziguang <u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
</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>