Errata
Chapter 1
- p.42 line 15 from bottom, "Lebes-gue" should read "Lebesgue"
- p.42 line 3 from bottom, the "d" of "tau" in the integral should
read "d" of "omega"
- p.48 line 4 from bottom, the subscript of a and b should be "0"
instead of "1"
- p.48 line 3 from bottom, the summation should start from "k=0"
instead of "k=1"
Chapter 4
- p.130 line 6 from bottom, "frac1a" should read "1/a"
- p.159 line 2 from top, a "+" is missing between "x/8)" and "sin"
Chapter 5
- p.215 line 13 from top, the quotes should be the usual " " used
in Splus.
- p.215 line 14 from top,
mw(A0) should read
mw(A0,maxresoln=7)
Chapter 6
- p.240 line 2 from bottom, the fraction "1/2 pi" is missing in
front of the integral
- p.241 line 10 from bottom, "=aV_B(a)" should be deleted and the
fraction
"a/B" should read "1/B"
- p.241 line 7 from bottom, the numerator of the first fraction
should be "1" instead of "a" and the denominator of the second
fraction should include "a"
Chapter 8
- p.349 line 9 from top,
s should be deleted
- p.349 line 11 from top,
nclimb
should read nbclimb
- p.352 line 7 from bottom,
pile should read ptile
Figures & Data Sets
- Figure 3.11 p.121, Figure 7.7 p. 296 and Figure 7.10 p.302 show a
signal HOWAREYOU with 625 samples while Figure 8.12 p.329 shows the
same signal with 5000 samples. The file included in the ftp archive
Swave.tar.gz contains 5000 samples.
Swave Code
- In the S-code of the function
regrec, the line
mlam[j] <- Mod(lam[j] + i * lam[N + j])
should be replaced by the line:
mlam[j] <- Mod(lam[j] + lam[N + j]*1i)
This was a silly mistake in the complex arithmetic in S.
This bug has been fixed and Swave downloaded after November 12, 1998
does not have this problem.
Thanks for
contributing to this page
- Eric Arne Rying (North Carolina State University)
- Tessy Papavasiliou (Princeton University)
Back to the Book Main Page