Assignment: GS540 HW7 Name: {YOURNAME} Email: {YOUREMAIL} Language: {YOURLANGUAGE} Running time: {YOURRUNTIME} Background frequencies: 0={#.####} 1={#.####} 2={#.####} >=3={#.####} Target frequencies: 0={#.####} 1={#.####} 2={#.####} >=3={#.####} Scoring scheme: 0={#.####} 1={#.####} 2={#.####} >=3={#.####} Real data: 5 {# of segments with score >= 5} 6 {# of segments with score >= 6} 7 {# of segments with score >= 7} . . . list all the segment score counts for scores between 5 and 30 (only first/last 3 shown here) . . . 28 {# of segments with score >= 28} 29 {# of segments with score >= 29} 30 {# of segments with score >= 30} Simulated data: 5 {# of segments with score >= 5} 6 {# of segments with score >= 6} 7 {# of segments with score >= 7} . . . list all the segment score counts for scores between 5 and 30 (only first/last 3 shown here) . . . 28 {# of segments with score >= 28} 29 {# of segments with score >= 29} 30 {# of segments with score >= 30} Ratios of simulated data: N_seg(5)/N_seg(6) {# of segments with score >= 5 / # of segments with score >= 6} N_seg(6)/N_seg(7) {# of segments with score >= 6 / # of segments with score >= 7} N_seg(7)/N_seg(8) {# of segments with score >= 7 / # of segments with score >= 8} . . . list all ratios (only first/last 3 shown here) . . . N_seg(27)/N_seg(28) {# of segments with score >= 27 / # of segments with score >= 28} N_seg(28)/N_seg(29) {# of segments with score >= 28 / # of segments with score >= 29} N_seg(29)/N_seg(30) {# of segments with score >= 29 / # of segments with score >= 30} Comments about the ratios you observe above, and what a reasonable threshold S should be for the real data. Program: int main() { do_analysis(); return 0; }