stat341 / CM 361: Difference between revisions

From statwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Computational Statistics and Data Analysis''' is a course offered at the University of Waterloo, currently being taught by Ali Ghodsi.
'''Computational Statistics and Data Analysis''' is a course offered at the University of Waterloo<br />
Spring 2009<br />
Instructor: Ali Ghodsi  


==Description==
<math>Insert formula here</math>
Until recently, the use of probabilistic and statistical models has been limited by the complexity of exact inference.  However, recent advances from statistics computing science have made many inference tasks practical.  This course will provide the fundamentals and algorithms for computational statistics.  Examples will be given of applications of these models in different areas.


==Lecture Content==
==Sampling (Generating Random numbers)==
===Random Sampling and Inverse Transform Method===
===Inverse Transform Method===
 
Step 1: Draw <math> U~ \sim~ Unif [0,1] </math>. <br />
Step 2: Compute <math> X = F^{-1}(U) </math>.<br />
'''Example:'''<br />
Suppose  we want to draw a sample from <math> f(x) =  \lambda e^{-\lambda x} <\math>

Revision as of 08:28, 13 May 2009

Computational Statistics and Data Analysis is a course offered at the University of Waterloo
Spring 2009
Instructor: Ali Ghodsi

[math]\displaystyle{ Insert formula here }[/math]

Sampling (Generating Random numbers)

Inverse Transform Method

Step 1: Draw [math]\displaystyle{ U~ \sim~ Unif [0,1] }[/math].
Step 2: Compute [math]\displaystyle{ X = F^{-1}(U) }[/math].
Example:
Suppose we want to draw a sample from <math> f(x) = \lambda e^{-\lambda x} <\math>