source: trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/a_timecorrelate.html @ 191

Last change on this file since 191 was 191, checked in by pinsard, 18 years ago

remove format=raw in all html files 2+ : correction for all_plots; suppression of css and correction of Source links in idldoc html output

File size: 9.1 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>a_timecorrelate.pro (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" media="all" href="./../../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../../main_files_print.css" />
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="a_timecorrelate.pro (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
26  <h1>SAXO Documentation</h1>
27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
35      <td><a href="./../../overview.html" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../../idldoc-categories.html" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../../search-page.html" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td><a href="../../../../ToBeReviewed/STATISTICS//a_timecorrelate.pro" title="Source code of a file">Source</a></td>
58     
59
60     
61      <td><a href="./../../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
74<a href="a_correlate2d.html">&lt;&lt;prev file</a> | <a href="c_timecorrelate.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="a_timecorrelate.html" target="_TOP">view single page</a> | <a href="./../../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | <a href="#routine_summary">routine</a>&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a>
75
76</div>
77
78
79    <div id="container">
80
81      <h1 class="directory"><a href="directory-overview.html">ToBeReviewed/STATISTICS/</a></h1>
82      <h2 class="pro_file">a_timecorrelate.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments">
90 
91
92
93 Same function as A_CORRELATE but accept array (until 4
94 dimension) for input and do the autocorrelation or the
95 autocovariance along the time dimension which must be the last
96 one of the input array.
97
98 This function computes the autocorrelation Px(L) or autocovariance
99 Rx(L) of a sample population X as a function of the lag (L).
100</div>
101
102     
103
104     
105
106     
107
108     
109      <div id="routine_summary">               
110        <h2>Routine summary</h2>
111       
112        <dl>
113         
114          <dt><p><a href="#_timeauto_cov"><span class="result">result = </span>timeauto_cov(<span class="result">X, M, nT</span>, Double=<span class="result">Double</span>, zero2nan=<span class="result">zero2nan</span>)</a></p><dt>
115          <dd></dd>     
116         
117          <dt><p><a href="#_a_timecorrelate"><span class="result">result = </span>a_timecorrelate(<span class="result">X, Lag</span>, COVARIANCE=<span class="result">COVARIANCE</span>, DOUBLE=<span class="result">DOUBLE</span>)</a></p><dt>
118          <dd></dd>     
119               
120        </dl>
121      </div>
122     
123
124      <div id="routine_details">
125       
126
127        <div class="routine_details" id="_timeauto_cov">
128
129          <h2><a class="top" href="#container">top</a>timeauto_cov <span class="categories">
130 Statistics
131</span></h2>
132       
133          <p class="header">
134            <span class="result">result = </span>timeauto_cov(<span class="result"><a href="#_timeauto_cov_param_X">X</a>, <a href="#_timeauto_cov_param_M">M</a>, <a href="#_timeauto_cov_param_nT">nT</a></span>, <a href="#_timeauto_cov_keyword_Double">Double</a>=<span class="result">Double</span>, <a href="#_timeauto_cov_keyword_zero2nan">zero2nan</a>=<span class="result">zero2nan</span>)</p>
135       
136          <div class="comments"></div>
137
138         
139
140         
141            <h3>Parameters</h3>
142       
143           
144            <h4 id="_timeauto_cov_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
145              <span class="attr">in</span>
146             
147             
148              <span class="attr">required</span>
149             
150              <span class="attr">type:</span> <span class="value">array</span>
151             
152             
153            </h4>
154       
155          <div class="comments">
156 An Array which last dimension is the time dimension so
157 size n.
158</div>
159           
160            <h4 id="_timeauto_cov_param_M">M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
161             
162             
163             
164             
165             
166             
167             
168             
169            </h4>
170       
171          <div class="comments">
172
173</div>
174           
175            <h4 id="_timeauto_cov_param_nT">nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
176             
177             
178             
179             
180             
181             
182             
183             
184            </h4>
185       
186          <div class="comments">
187
188</div>
189           
190
191         
192
193         
194
195            <h3>Keywords</h3>
196           
197            <h4 id="_timeauto_cov_keyword_Double">Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
198             
199             
200             
201             
202             
203             
204             
205             
206            </h4>
207       
208            <div class="comments">
209 If set to a non-zero value, computations are done in
210 double precision arithmetic.
211</div>
212           
213            <h4 id="_timeauto_cov_keyword_zero2nan">zero2nan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
214             
215             
216             
217             
218             
219             
220             
221             
222            </h4>
223       
224            <div class="comments">
225
226</div>
227           
228         
229
230          <h3>Examples</h3><div class="preformat">
231
232</div>
233          <h3>Version history</h3>
234         
235          <h4>Version</h4><div class="preformat">
236 $Id: a_timecorrelate.pro 163 2006-08-29 12:59:46Z navarro $
237</div>
238          <h4>History</h4><div class="preformat">
239
240</div>
241         
242         
243         
244         
245         
246         
247         
248       
249         
250         
251         
252         
253         
254         
255         
256       
257          <h3>Statistics</h3>
258          <table class="statistics">
259            <tr><td>McCabe cyclic</td><td>           8</td></tr>
260            <tr><td>McCabe essential</td><td>           1</td></tr>
261            <tr><td>McCabe modular design</td><td>           1</td></tr>
262          </table>
263         
264       
265        </div>
266       
267
268        <div class="routine_details" id="_a_timecorrelate">
269
270          <h2><a class="top" href="#container">top</a>a_timecorrelate <span class="categories">
271 Statistics
272</span></h2>
273       
274          <p class="header">
275            <span class="result">result = </span>a_timecorrelate(<span class="result"><a href="#_a_timecorrelate_param_X">X</a>, <a href="#_a_timecorrelate_param_Lag">Lag</a></span>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<span class="result">COVARIANCE</span>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>)</p>
276       
277          <div class="comments"></div>
278
279         
280
281         
282            <h3>Parameters</h3>
283       
284           
285            <h4 id="_a_timecorrelate_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
286              <span class="attr">in</span>
287             
288             
289              <span class="attr">required</span>
290             
291              <span class="attr">type:</span> <span class="value">array</span>
292             
293             
294            </h4>
295       
296          <div class="comments">
297 An Array which last dimension is the time dimension so
298 size n.
299</div>
300           
301            <h4 id="_a_timecorrelate_param_Lag">Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
302              <span class="attr">in</span>
303             
304             
305              <span class="attr">required</span>
306             
307              <span class="attr">type:</span> <span class="value">scalar or vector</span>
308             
309             
310            </h4>
311       
312          <div class="comments">
313 A scalar or n-element vector, in the interval [-(n-2), (n-2)],
314 of type integer that specifies the absolute distance(s) between
315 indexed elements of X.
316</div>
317           
318
319         
320
321         
322
323            <h3>Keywords</h3>
324           
325            <h4 id="_a_timecorrelate_keyword_COVARIANCE">COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
326             
327             
328             
329             
330             
331             
332             
333             
334            </h4>
335       
336            <div class="comments">
337 If set to a non-zero value, the sample autocovariance
338 is computed.
339</div>
340           
341            <h4 id="_a_timecorrelate_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
342             
343             
344             
345             
346             
347             
348             
349             
350            </h4>
351       
352            <div class="comments">
353 If set to a non-zero value, computations are done in
354 double precision arithmetic.
355</div>
356           
357         
358
359          <h3>Examples</h3><div class="preformat">
360       Define an n-element sample population.
361         x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57]
362
363       Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8
364         lag = [-3, 0, 1, 3, 4, 8]
365         result = a_correlate(x, lag)
366
367       The result should be:
368         [0.0146185, 1.00000, 0.810879, 0.0146185, -0.325279, -0.151684]
369</div>
370          <h3>Version history</h3>
371         
372          <h4>Version</h4><div class="preformat">
373 $Id: a_timecorrelate.pro 163 2006-08-29 12:59:46Z navarro $
374</div>
375          <h4>History</h4><div class="preformat">
376 24/2/2000 Sebastien Masson (smasson@lodyc.jussieu.fr)
377
378 Based on the A_CORRELATE procedure of IDL
379 INTRODUCTION TO STATISTICAL TIME SERIES
380 Wayne A. Fuller
381 ISBN 0-471-28715-6
382</div>
383         
384         
385         
386         
387         
388         
389         
390       
391         
392         
393         
394         
395         
396         
397         
398       
399          <h3>Statistics</h3>
400          <table class="statistics">
401            <tr><td>McCabe cyclic</td><td>          13</td></tr>
402            <tr><td>McCabe essential</td><td>           1</td></tr>
403            <tr><td>McCabe modular design</td><td>           1</td></tr>
404          </table>
405         
406       
407        </div>
408       
409      </div>
410
411     
412
413      <div id="tagline">Produced by IDLdoc 2.0.</div>
414
415    </div>
416
417  </body>
418</html>
Note: See TracBrowser for help on using the repository browser.