p 13 Equation (1.04) the variable on the left hand side of the equals sign should be SD not D. p 30 Parentheses out of place, should appear as: Confidence Limit = 1 - (2 * (X * 0.31938153 - Y * 0.356563782 + X * Y * 1.781477937 - Y^2 * 1.821255978 + Y^2 * X * 1.330274429) * (1 / SQRT (Exp(Z^2) * 6.283185307))) p 34 Reference is made to a table on p 35. This should be p 36. p 47 Equation (2.05), appears as: G = The arithmetic mean should appear as A = The arithmetic mean p 50 put an asterisk after the numbering for (2.08). This asterisk serves as a footnote. Footnote as follows: Equations (2.09) and (2.10) are known as Pearson's first and second moments of skewness, respectively. (2.08) is the equality often presented in statistical texts (shown here where Standard Deviation terms cancel out). The reader is forewarned that these two "moments" of skewness of Pearson's are not always equal (2.08), as in the case where the mode equals the median and does not equal the mean. p 60 (occurs in two places) the equation: Y = 1/(1 + 2316419 * ABS (Z)) should read as follows; Y = 1/(1 + .2316419 * ABS (Z)) p 86 The statement beginning with "Figures 2.29 and 2.30..." has been repeated in close succession on the page. It should only be stated once. p 88 There is an instance of the equation presented as JM =... the M should be subscripted. p 89 last paragraph with the word "sigfinicance" is misspelled and should read significance. p 90 There IS a typo in the java code, on the 11th textual line in the code, wherein a variable is misspelled (nbins is misspelled as nbons), which happened during typeset but not picked up (understandably) on review, as follows: Appears as: for(int i = 1;i <= nbons/2 - .5;i++){ should appear as: for(int i = 1;i <= nbins/2 - .5;i++){ p106 Equation 3.03a log(TWR) should be ln(TWR), that is this should be the natural log of the TWR, not the log base 10 of it (thanks Phil). p 161 Equation (4.18) In the exponent, the P is subscripted to the Sigma, with an i as its subscript. The P should not be subscripted to the Sigma, yet the i should remain subscripted to the P. p 162 Equation (4.18a) same as (4.18) on p161, above p 238 Bottom paragraph says "LA Carb" as in Carbohydrate but it should be "LA Garb" with a G ( as in "Golf") p264-265 The table on pp 264-265 where the column heading Eq (8.1a) should read Eq(8.01) p 302 Figure 9.5 delete the Y Axis legend "Geomean HPR" p 344 Equation (10.10) Outer parentheses in numerator not necessary p 345 parentheses not necessary p 348 Equation (10.14) there is a -1 missing in the denominator. The demoninator should read: (1+AHPR-1)*FRAC*T Also, outer parentheses in numerator not necessary p 349 Outer parentheses not necessary p 353 Equation (10.17b) outer parentheses in denominator not necessary p 381, about 1/3 the way down, the line that reads: "Again, if at any arbitrary q, " this should read: "Again, if at any arbitrary i, " the letter, i, italicized, should replace q. p 382 The numerator and denominator in the last line should both be in their own parentheses. The denominator is an absolute value ("|...|") not bracketed ("[...]") p 388 About 3/5 down the page there is a paragraph whose first sentence is "The HPRs then for these four outcomes are the..." This sentence should appear as: "The HPRs then for these four outcomes are 1 + the sum of HPRs at that period - m." Near the bottom of this page, this then gets shown in error as: " Arithmetic mean: 1.5 1.125 1.125 .75 Thus we have n = 4 and the four values are (1.5,1.125,1.125,75),.." This should correctly appear as: " 1 + the sum of HPRs at that period - m: 2 1.25 1.25 .5 Thus we have n = 4 and the four values are (2,1.25,1.25,5),.." p 392 In the Java code, at the end of the createHPRs() method, the final lines of this method presently appear as: for(int i=0;i