Debugging test 3: - if the slopes are right and if they have been set to the right values, then it should be possible to recreate tables similar 9,13,14,15 (they won't be exactly the same due to all the random variations, but you should get close). To test that, you'll need the following code snippet: (init-db) (! 'stor) ; see what we have guessed about "stor" => #(S(EM :RANGE 6 :EFFORT 0.2344466 :RUN 0.013 8 :DIN 0.0998 :CIN 0.05178000)) (em2effort 'stor) ; what is the impact of stor=6 on effort => 1.703 Now, is 1.703 anything like stor=xh in fig 9 of xomo101.pdf? Go check. Explain any differences. We tested a random sample of the values from tables 9, 13, 14, and 15. The values returned by the code snippet above are slightly different than those in the tables, but as stated above, this is expected. The results of the test are contained in debug3.html and are on average within 10% of the values in the tables.