diff options
Diffstat (limited to '2048/CH6/EX6.2')
-rwxr-xr-x | 2048/CH6/EX6.2/ACF_def.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2048/CH6/EX6.2/ACF_def.sce b/2048/CH6/EX6.2/ACF_def.sce new file mode 100755 index 000000000..195fa2a80 --- /dev/null +++ b/2048/CH6/EX6.2/ACF_def.sce @@ -0,0 +1,6 @@ +// ACF calculation for the problem discussed in Example 6.5 on page 167
+// 6.2
+
+u = [1 2];
+r = xcov(u);
+rho = xcov(u,"coeff");
|