Difference between revisions of "Biostatistics 615/815 Fall 2011"

From Genome Analysis Wiki
Jump to navigationJump to search
Line 66: Line 66:
 
** Example output data for problem 3-2 (input is the second column)
 
** Example output data for problem 3-2 (input is the second column)
 
  TIME TOSS Pr(F) Pr(HB) Pr(TB) MLSTATE
 
  TIME TOSS Pr(F) Pr(HB) Pr(TB) MLSTATE
  1 T 0.9758 0.0068 0.0174 FAIR
+
  1 T 0.8901 0.0308 0.0791 FAIR
  2 H 0.9640 0.0312 0.0048 FAIR
+
  2 H 0.9084 0.0741 0.0175 FAIR
  3 H 0.9584 0.0341 0.0075 FAIR
+
  3 H 0.9166 0.0682 0.0152 FAIR
  4 T 0.9504 0.0091 0.0406 FAIR
+
  4 T 0.9238 0.0165 0.0597 FAIR
  5 T 0.9444 0.0118 0.0438 FAIR
+
  5 T 0.9242 0.0165 0.0593 FAIR
  6 H 0.9313 0.0582 0.0105 FAIR
+
  6 H 0.9182 0.0683 0.0135 FAIR
  7 H 0.9216 0.0663 0.0121 FAIR
+
  7 H 0.9117 0.0746 0.0137 FAIR
  8 T 0.9068 0.0358 0.0574 FAIR
+
  8 T 0.9008 0.0392 0.0600 FAIR
  9 H 0.8794 0.0672 0.0534 FAIR
+
  9 H 0.8763 0.0692 0.0545 FAIR
  10 T 0.8124 0.0316 0.1560 FAIR
+
  10 T 0.8139 0.0318 0.1543 FAIR
  11 T 0.7474 0.0699 0.1827 FAIR
+
  11 T 0.7532 0.0680 0.1788 FAIR
  12 H 0.5663 0.4101 0.0236 HEAD-BIASED
+
  12 H 0.5835 0.3935 0.0230 HEAD-BIASED
  13 H 0.4432 0.5512 0.0056 HEAD-BIASED
+
  13 H 0.4680 0.5265 0.0054 HEAD-BIASED
  14 H 0.3642 0.6325 0.0032 HEAD-BIASED
+
  14 H 0.3947 0.6022 0.0031 HEAD-BIASED
  15 H 0.3164 0.6809 0.0027 HEAD-BIASED
+
  15 H 0.3514 0.6460 0.0027 HEAD-BIASED
  16 H 0.2911 0.7063 0.0026 HEAD-BIASED
+
  16 H 0.3305 0.6670 0.0025 HEAD-BIASED
  17 H 0.2840 0.7134 0.0026 HEAD-BIASED
+
  17 H 0.3283 0.6692 0.0025 HEAD-BIASED
  18 H 0.2937 0.7033 0.0031 HEAD-BIASED
+
  18 H 0.3443 0.6527 0.0030 HEAD-BIASED
  19 H 0.3215 0.6714 0.0071 HEAD-BIASED
+
  19 H 0.3812 0.6124 0.0064 HEAD-BIASED
  20 H 0.3699 0.5879 0.0422 HEAD-BIASED
+
  20 H 0.4434 0.5207 0.0359 HEAD-BIASED
  21 T 0.4269 0.2127 0.3604 TAIL-BASED
+
  21 T 0.5248 0.1730 0.3022 TAIL-BASED
  22 T 0.4257 0.2133 0.3610 TAIL-BASED
+
  22 T 0.5382 0.1658 0.2960 TAIL-BASED
  23 H 0.3642 0.5936 0.0422 HEAD-BIASED
+
  23 H 0.5073 0.4574 0.0353 HEAD-BIASED
  24 H 0.3129 0.6800 0.0071 HEAD-BIASED
+
  24 H 0.4768 0.5171 0.0061 HEAD-BIASED
  25 H 0.2828 0.7141 0.0031 HEAD-BIASED
+
  25 H 0.4652 0.5320 0.0028 HEAD-BIASED
  26 H 0.2709 0.7263 0.0028 HEAD-BIASED
+
  26 H 0.4739 0.5236 0.0025 HEAD-BIASED
  27 H 0.2751 0.7203 0.0046 HEAD-BIASED
+
  27 H 0.5046 0.4916 0.0037 HEAD-BIASED
  28 H 0.2947 0.6840 0.0213 HEAD-BIASED
+
  28 H 0.5622 0.4244 0.0134 HEAD-BIASED
  29 T 0.3214 0.5070 0.1716 HEAD-BIASED
+
  29 T 0.6503 0.2511 0.0986 HEAD-BIASED
  30 H 0.2823 0.6290 0.0887 HEAD-BIASED
+
  30 H 0.6628 0.2956 0.0417 HEAD-BIASED
  
 
== Office Hours ==
 
== Office Hours ==

Revision as of 11:02, 25 October 2011

Objective

In Fall 2011, Biostatistics 615/815 aims for providing students with a practical understanding of computational aspects in implementing statistical methods. Although C++ language will be used throughout the course, using Java programming language for homework and project will be acceptable.

Target Audience

Students in Biostatistics 615 should be comfortable with simple algebra and basic statistics including probability distribution, linear model, and hypothesis testing. Previous experience in programming is not required, but those who do not have previous programming experience should expect to spend additional time studying and learning to be familiar with a programming language during the coursework. Most students registering for the course are Masters or Doctoral students in Biostatistics, Statistics, Bioinformatics or Human Genetics.

Students in Biostatistics 815 should be familiar with programming languages so that they can complete the class project tackling an advanced statistical problem during the semester. Project will be carried out in teams of 2. The details of the possible projects will be announced soon.

Textbook

  • Recommended Textbook : Cormen, Leiserson, Rivest, and Stein, "Introduction to Algorithms", Third Edition, The MIT Press, 2009 [Official Book Web Site]
  • Optional Textbook : Press, Teukolsky, Vetterling, Flannery, "Numerical Recipes", 3rd Edition, Cambridge University Press, 2007 [Official Book Web Site]

Class Schedule

Classes are scheduled for Tuesday and Thursdays, 8:30 - 10:00 am at SPH II M4332

Topics

The following contents are planned to be covered.

Part I : C++ Basics and Introductory Algorithms

  • Computational Time Complexity
  • Sorting
  • Divide and Conquer Algorithms
  • Searching
  • Key Data Structure
  • Dynamic Programming
  • Hidden Markov Models

Part II : Numerical Methods and Randomized Algorithms

  • Random Numbers
  • Matrix Operations and Least Square Methods
  • Importance Sampling
  • Expectation Maximization
  • Markov-Chain Monte Carlo Methods
  • Simulated Annealing
  • Gibbs Sampling

Class Notes

Problem Sets

TIME	TOSS	Pr(F)	Pr(HB)	Pr(TB)	MLSTATE
1	T	0.8901	0.0308	0.0791	FAIR
2	H	0.9084	0.0741	0.0175	FAIR
3	H	0.9166	0.0682	0.0152	FAIR
4	T	0.9238	0.0165	0.0597	FAIR
5	T	0.9242	0.0165	0.0593	FAIR
6	H	0.9182	0.0683	0.0135	FAIR
7	H	0.9117	0.0746	0.0137	FAIR
8	T	0.9008	0.0392	0.0600	FAIR
9	H	0.8763	0.0692	0.0545	FAIR
10	T	0.8139	0.0318	0.1543	FAIR
11	T	0.7532	0.0680	0.1788	FAIR
12	H	0.5835	0.3935	0.0230	HEAD-BIASED
13	H	0.4680	0.5265	0.0054	HEAD-BIASED
14	H	0.3947	0.6022	0.0031	HEAD-BIASED
15	H	0.3514	0.6460	0.0027	HEAD-BIASED
16	H	0.3305	0.6670	0.0025	HEAD-BIASED
17	H	0.3283	0.6692	0.0025	HEAD-BIASED
18	H	0.3443	0.6527	0.0030	HEAD-BIASED
19	H	0.3812	0.6124	0.0064	HEAD-BIASED
20	H	0.4434	0.5207	0.0359	HEAD-BIASED
21	T	0.5248	0.1730	0.3022	TAIL-BASED
22	T	0.5382	0.1658	0.2960	TAIL-BASED
23	H	0.5073	0.4574	0.0353	HEAD-BIASED
24	H	0.4768	0.5171	0.0061	HEAD-BIASED
25	H	0.4652	0.5320	0.0028	HEAD-BIASED
26	H	0.4739	0.5236	0.0025	HEAD-BIASED
27	H	0.5046	0.4916	0.0037	HEAD-BIASED
28	H	0.5622	0.4244	0.0134	HEAD-BIASED
29	T	0.6503	0.2511	0.0986	HEAD-BIASED
30	H	0.6628	0.2956	0.0417	HEAD-BIASED

Office Hours

  • Friday 9:00AM-10:30PM

Standards of Academic Conduct

The following is an extract from the School of Public Health's Student Code of Conduct [1]:

Student academic misconduct includes behavior involving plagiarism, cheating, fabrication, falsification of records or official documents, intentional misuse of equipment or materials, and aiding and abetting the perpetration of such acts. The preparation of reports, papers, and examinations, assigned on an individual basis, must represent each student’s own effort. Reference sources should be indicated clearly. The use of assistance from other students or aids of any kind during a written examination, except when the use of books or notes has been approved by an instructor, is a violation of the standard of academic conduct.

In the context of this course, any work you hand-in should be your own.

Course History