SimonG
08-07-2009, 10:37 AM
Hi,
In Section 16.3, in function markovgen, in the line 11 from the bottom (r=ran.doub() / cum[j][m-1]), I believe that the "/" (divide) should be a " * " (multiply).
Otherwise any error in the normalizations gets amplified rather than corrected!
Simon
In Section 16.3, in function markovgen, in the line 11 from the bottom (r=ran.doub() / cum[j][m-1]), I believe that the "/" (divide) should be a " * " (multiply).
Otherwise any error in the normalizations gets amplified rather than corrected!
Simon