Correlated multivariable gaussian random number generation

In summary, a and b are known real constants and there is a way to generate x_1, x_2, x_3 independently using a single gaussian random-number generator 3 times, then transforming them somehow by rewriting the PDF as a multivariate normal distribution and using a specific formula for generating samples.
  • #1
iibewegung
16
0
[tex]\mathrm{prob} \propto \mathrm{e}^{-\frac{(a -x_1)^2}{2 \sigma^2}} \mathrm{e}^{-\frac{(x_1 -x_2)^2}{2 \sigma^2}} \mathrm{e}^{-\frac{(x_2 -x_3)^2}{2 \sigma^2}} \mathrm{e}^{-\frac{(x_3 -b)^2}{2 \sigma^2}}[/tex]

a and b are known real constants.
Is there a way to generate [tex]x_1[/tex], [tex]x_2[/tex], [tex]x_3[/tex] independently using a single gaussian random-number generator 3 times, then transforming them somehow?

I'm almost certain this appears in statistics or applied math textbooks but I don't know what to look for.
 
Physics news on Phys.org
  • #2
iibewegung said:
Is there a way to generate [tex]x_1[/tex], [tex]x_2[/tex], [tex]x_3[/tex] independently using a single gaussian random-number generator 3 times, then transforming them somehow?

Yes there is.

First you need to rewrite your PDF as a standard http://en.wikipedia.org/wiki/Multivariate_normal_distribution" [itex]\Sigma^{1/2}[/itex] of [itex]\Sigma[/itex].

Then you can generate samples using

[tex]x = \Sigma^{1/2} y + \mu[/tex]

where [itex]y[/itex] is a 3-vector of single Gaussian (zero mean, variance=1) random numbers.
 
Last edited by a moderator:

Related to Correlated multivariable gaussian random number generation

1. What is correlated multivariable gaussian random number generation?

Correlated multivariable gaussian random number generation is a statistical method used to generate a set of random numbers that are correlated with each other, meaning that their values are dependent on one another. This method is commonly used in scientific research and data analysis to model complex systems and relationships between variables.

2. How does correlated multivariable gaussian random number generation work?

This method works by using a set of input variables, each with their own mean and standard deviation, to generate a set of output variables that are correlated with each other. The correlation between the variables is controlled by a correlation matrix, which determines the strength and direction of the relationship between each pair of variables.

3. What are some applications of correlated multivariable gaussian random number generation?

Correlated multivariable gaussian random number generation has many applications in various fields such as finance, economics, engineering, and physics. It is commonly used in simulations and modeling to study complex systems, as well as in risk analysis and forecasting.

4. What are the advantages of using correlated multivariable gaussian random number generation?

One of the main advantages of this method is that it allows for the creation of realistic and complex models that can accurately capture the relationships between variables. It also allows for the generation of a large number of correlated variables, which can be useful in statistical analysis and Monte Carlo simulations.

5. Are there any limitations to using correlated multivariable gaussian random number generation?

While this method has many advantages, it also has some limitations. One limitation is that it assumes a linear relationship between variables, which may not always be the case in real-world scenarios. Additionally, the accuracy of the generated numbers is dependent on the quality of the input data and the chosen correlation matrix.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
517
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
2K
Replies
3
Views
766
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
2K
Back
Top