2 Pages

gaussian-dis

Course: ECE 411, Fall 2009
School: W. Alabama
Rating:
 
 
 
 
 

Word Count: 495

Document Preview

Gong, @G. E&CE 411, Spring 2006, Handout 1 1 Joint Gaussian Random Variables 1 The Case of Two Random Variables The random variables X and Y are said to be Gaussian if their joint density function is given by 1 1 f (x, y) = exp{- S} (1) 2X Y 2(1 - 2 ) where S= and = x - X X 2 (x - X )(y - Y ) - 2 + X Y Cov(X, Y ) . X Y y - Y Y 2 Example 2.1 : Let X and Y be two jointly Gaussian random variables with...

Register Now

Unformatted Document Excerpt

Coursehero >> Alabama >> W. Alabama >> ECE 411

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Gong, @G. E&CE 411, Spring 2006, Handout 1 1 Joint Gaussian Random Variables 1 The Case of Two Random Variables The random variables X and Y are said to be Gaussian if their joint density function is given by 1 1 f (x, y) = exp{- S} (1) 2X Y 2(1 - 2 ) where S= and = x - X X 2 (x - X )(y - Y ) - 2 + X Y Cov(X, Y ) . X Y y - Y Y 2 Example 2.1 : Let X and Y be two jointly Gaussian random variables with means mX and 2 2 mY , variances X and Y , respectively, and correlation coefficient X,Y . (a) Show that the conditional probability density function fX|Y (x|y) is a Gaussian distribux 2 tion with mean X + Y (y - Y ) and variance X (1 - 2 ). X,Y (b) What happens if = 0? What if = 1? Solution. (a) According to the definition, we have fX,Y (x, y) 2Y = f X|Y (x|y) = exp[-A] fY (y) 2X Y 1 - 2 X,Y where A = = = Thus f X|Y (x|y) = 2X 1 1 - 2 X,Y exp - 1 X x - X + (y - Y ) 2 ) 2 Y 2(1 - X,Y X 2 (x - X )2 (y - Y )2 (x - X )(y - Y ) (y - Y )2 + - 2 - 2 2 2 2(1 - 2 )X Y 2(1 - 2 )X 2(1 - 2 )Y 2Y X,Y X,Y X,Y 1 2 2(1 - 2 )X X,Y (x - X )2 + 2 (y - Y )2 X 2 (x - X )(y - Y )X X,Y - 2 2 Y Y 2 1 X x - X + (y - Y ) 2 ) 2 Y 2(1 - X,Y X @G. Gong, E&CE 411, Spring 2006, Handout 1 2 which is a Gaussian PDF with mean mX + (y - mY )X /Y and variance (1 - 2 )X . X,Y 2 (b) = If 0 then f X|Y (x|y) = fX (x) which implies that Y does not provide any information about X or X, Y are independent. If = 1 then the variance of f X|Y (x|y) is zero which means that X|Y is deterministic. This is to be expected since = 1 implies a linear relation X = AY + b so that knowledge of Y provides all the information about X. 2 A General Case Let X1 , X2 , , Xn ) be n random variables with means 1 , 2 , , n , respectively. We define the random vector X = (X1 , X2 , , Xn ), the vector of the means m = (1 , 2 , , n ), and the n n covariance matrix C = (Cij ) where Cij = Cov(Xi , Xj ) = E[Xi - i )(Xj - j ) ], then we shall say that the random variables {Xi } are jointly Gaussian if their joint probability density function is given b...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Texas A&M - AERO - 320
Notes on how to use Visual Fortran 6GENERAL The computers in the 6th floor Aerospace Engineering Computer Lab have Digital Visual Fortran 6.0. These directions will attempt to guide you through the use of the VF6 compiler. In Windows 95 a typical wi
Texas A&M - AERO - 320
Implied Do Loops in READ and WRITE statements1Implied Do Loops in read and write statements If you have something like the following: REAL : A(10) DO I=1,10 READ (5,*) A(I) END DO This will read one number, A(I), for each execution of the read; h
Texas A&M - AERO - 320
Lecture 101Subroutine SubprogramsSubroutine subprograms have many features in common with function subprograms: They are program units designed to perform particular tasks under the control of some other program unit. They have the same basic
Texas A&M - AERO - 320
Lecture 111Miscellaneous TopicsData Types To change the internal precision (# of binary bits) of data values, we may use a "parameterized" type declaration statement. The general form is given by type-specification (KIND=kind-number), attributes
Texas A&M - AERO - 320
TEXAS A&M UNIVERSITY DEPARTMENT OF AEROSPACE ENGINEERING AERO 320 - NUMERICAL METHODS - FALL 1999 EXAM 1 - THURSDAY, OCTOBER 7, 1999_"Aggies do not lie, cheat, or steal, nor do they tolerate those who do." - THE AGGIE CODE OF HONOR My signature bel
Texas A&M - AERO - 320
TEXAS A&M UNIVERSITY DEPARTMENT OF AEROSPACE ENGINEERING AERO 320 - NUMERICAL METHODS - FALL 1999 EXAM 2 - THURSDAY, November 11, 1999 _ "Aggies do not lie, cheat, or steal, nor do they tolerate those who do. THE AGGIE CODE OF HONOR My signature belo
Texas A&M - AERO - 320
STUDY GUIDE for Exam I (AERO 320) - Spring 2002 Topics: Fortran Fortran Rules (through if statements and do loops) You need to have a good knowledge and recollection of the rules for writing various Fortran statements. You need to know how statement
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #1 Due: Wednesday, January 23Name _These Fortran homework assignments are to be done by hand following the rules of Fortran, i.e., no actual computer programming or execution of a program is to be done. 1. 1-17, 31-3
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #2 Due: Thursday, January 24 1. 1-3; page 42 2. Even numbered problems; page 58 3. 18-22, page 59Name _This is a thinking, hand-written exercise: Do not program these problems to get answers. Use the rules of Fortran
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #3 Due: Monday, January 28 1. Even numbered problems; page 73-74. Problem 20 is one where you have to use an IF statement to decide if an integer number is a multiple of the integer N. 2. 4, 5 page 87. In problem 4, the
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #4 Due: Wednesday, January 30 1. Problems 5, 6, 7, 10, 11 (pp. 103-104) 2. Problems 15, 16, 18, 19 (p. 104). Your answer for each problem should specify what columns the data should be placed in. For 16, the variable lis
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #6 Due: Thursday, February 7Name _Problems are from Chapter 1 of Applied Numerical Analysis 1. Use Newton iteration to solve for the smallest positive root for each equation (accurate to 0.5%): a) e x = 2 sin(2 x) b
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #7 Due: Monday, February 11 Some problems are from Chapter 2 of Applied Numerical Analysis Assume we have the following matrices defined for problems 1, 2 and 3: 2 -3 4 2 -1 4 4 1 -2 -5 1 0 [ B ] = 1 3 [C ] = -
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #8 Due: Thursday, February 14 Problems are from Chapter 2 of Applied Numerical Analysis 1. Solve the following system of linear algebraic equations by systematic Gaussian elimination as done in class). 2 4 1 3 4 1 2
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #9 Due: Wednesday, February 20 Problems are from Chapter 2 of Applied Numerical Analysis1. Problem 18. Use Gauss elimination with systematic reduction factors as done in class. Note that you will be using an augmented
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #10 Due: Wednesday, March 6 Problem is from Chapter 2 of Applied Numerical Analysis Problem 60, p. 214. This problem involves solving a set of 3 nonlinear equations for the roots (x,y,z). The equations are nonlinear and
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #12 Due: Tuesday, March 19 1. Consider the following data set: x y 0 1.20 1 2.51 1.5 3.14 2.1 3.89 2.9 4.91 3.5 5.64a) Use the Least Squares method to determine the best straight-line curve fit and the best quadratic p
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #13Name _Due: Thursday, March 21 1. a) Problem 3-37 (page 303). After getting the natural cubic splines, plot the original function f(x) and your cubic spline representation (ignore the problem part which says to com
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #14 Due: Wednesday, March 27 Problems are from Chapter 5 of Applied Numerical Analysis Consider the function f ( x) = x 2e -2 x . Generate values of f(x) at x0 = 0 to x6 = 1.2 in equal increments: x x0 = 0 x1 = 0.2 x2 =
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #15 Due: Tuesday, April 2 Problems are from Chapter 5 of Applied Numerical Analysis Consider the function f ( x) = x 2e 2 x . Generate values of f(x) at x0 = 0 to x6 = 1.2 in equal increments: x x0 = 0 x1 = 0.2 x2 = 0.4
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #17 Due: Tuesday, April 9 dy = sin( x) + 5 y with y(0)=0 (same as HW 16). dx Obtain y(1) using a step size h=0.5 and: a) 2nd order Runge-Kutta (same as Euler predictor-corrector method but use RungeKutta notation), and b
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #18 Due: Thursday, April 18 a) Solve the following boundary value problem for y using finite differences to set up a system of linear algebraic equations (use h=0.2): xy '+ xy '- y = 5, y (0) = 0, y (1) = 1b) Use Maple
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #19 Due: Monday, April 22 Same as Homework #18 except boundary condition on right has been changed to a derivative boundary condition. a) Solve the following boundary value problem for y using finite differences to set u
Texas A&M - AERO - 320
AERO 320 Spring 2002 Homework #20 Due: Thursday, April 25 10 -2 0 - 1. Given ([ M ] - [ K ]){u} = {0} where [M] and [K] are given by [ K ] = 2 6 -4 -4 8 0 3 0 0 0 and [ M ] = 2 0 . 0 4 0 a) Determine all the eigenvalues for this eige
Texas A&M - AERO - 320
AERO 320 Spring 2002 Laboratory #1 Due: Tuesday, January 22 Compile and execute the attached Fortran program (exactly as it is written below). Use several values of N to test and validate the program (from 1 to 25). Try some negative values of N (wha
Texas A&M - AERO - 320
AERO 320 Spring 2002 Laboratory #2 Due: Tuesday, January 29 Suppose we are given a set of positive real numbers (grades for a course) in the range 0 to 100 in a data file (Windows .txt file). Write a Fortran program to determine the minimum value, th
Texas A&M - AERO - 320
AERO 320 Spring 2002 Laboratory #6 - Gauss Elimination, Matrix Operations and Subroutines Due: Wednesday, March 20 Write a Fortran main program with subprograms that performs various input, matrix operations, and output as described below. Use your m
Universität St. Gallen (HSG) - MGP - 7111
Cours MGP71112 mergence et articulation de la gestion de projet dans l'volution de la pense managrialeGilles Corriveau Matrise en Gestion de Projet UQTRAutomne 1998MGP7111 par Gilles Corriveau, UQTR, ao t 1998.Sommaire de la priodesL
Illinois Tech - CS - 530
CS 530: Theory of ComputationFall 2008Lecture 1 - Auguest 21Lecturer: Xiang-Yang Li Scribe: Te-han Chen1.1Basic Mathematical NotionsSet: a group of elements. ex. {a, b, c} Subset: every element of subset A is a member of the set B. ex. A
Illinois Tech - CS - 530
CS 530: Theory of ComputationFall 2008Lecture 2 - Auguest 26Lecturer: Xiang-Yang Li Scribe: Te-han Chen2.1Proof Technique continue.Proof By Induction ex.n 2 i=1 i=n(n + 1)(2n + 1) 6(1) base case: when n=1, when n=2, 1x2x3 6 2x3x5 6
Illinois Tech - CS - 530
Lecture Notes Class 3viggnesh kandasamy cwid : 10458478 September 16, 2008Topics covered in this class: Finite Automata Deterministic Finite automata Regular expressions Deterministic Finite automata Non-Deterministic Finite Automata Probabi