Debugging test 5: - For the effort and months model, you can compare outputs from your system to http://sunset.usc.edu/research/COCOMOII/expert_cocomo/expert_cocomo2000.html. The source code for that system is at /nova/etc/cocomo.c. Try and explain any differences between your code and expert cocomo LOC: 1448520 flex: 1 pmat: 3 prec: 1 resl: 4 team: 2 rely: 3 data: 4 cplx: 4 ruse: 2 docu: 3 time: 4 stor: 6 pvol: 2 acap: 1 pcap: 5 pcon: 4 aexp: 5 plex: 4 ltex: 4 tool: 4 site: 2 sced: 4 Expert COCOMO Output: Effort: 13623 person-months Schedule: 106.6 months NOVA Outputs: Effort: 6360.1 person-months Schedule: 90.2 months The outputs for schedule are very close and within a reasonable error given that we are choosing random values for the slopes of the effort multipliers and scale factors. The outputs for effort are way off. We are unsure of the cause of this problem as we have found no bugs in effort-model.lisp.