Joint density functions (gaussian)

AI Thread Summary
The joint probability density function of independent standard Gaussian random variables X and Y is the product of their individual densities. Since both X and Y follow a standard normal distribution N(0, 1), their joint density function is fXX,Y (x, y) = fX(x) * fY(y). This means that the joint density can be expressed as fXX,Y (x, y) = (1/√(2π)) * e^(-x²/2) * (1/√(2π)) * e^(-y²/2). The key takeaway is that for independent continuous random variables, the joint density is simply the multiplication of their respective densities. Understanding this concept is essential for working with joint Gaussian distributions.
simba_
Messages
19
Reaction score
0
Would just like a hand with this question

If X and Y are independent standard Gaussian random variables (that is, independent N(0, 1) 's ) do the following:
(a) Write down the joint probability density function fXX,Y (x, y) of X and Y .

I know what the gaussian density function looks like. Is it just a matter of multiplying two gaussian distributions together... where u have a σ1 and σ2 (do the same with the mean)
 
Physics news on Phys.org
Any time X, Y are independent continuous random variables their joint density is the product of their individual densities - so yes, all you need to do is multiply the individual densities.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top