Distribution of weighted Normal Distributions

In summary: W1pdGVkIGEgcmFuZG9tIG51bWJlcidzIGEgY29tcWJpbGx5IGFzIGZvbGxvd3M6CkdpdmVuIFBvaW50IFh1ZSBhcyBmbG93cy4KV2l0aCBwcm9iYWJpbHkgcCBpZCBzZWxlY3RzIGEgbnVtYmVyIFggZnJvbSB0aGUgc3RhbmRhcmQgbm9ybWFsIGRpc3RyaWJ1dGlvbiBOKDAsMSkpLCAK
  • #1
TOOP
2
0
You created a random number generator that works as follows:
With probability p it selects a number X from the standard normal distribution N(0,1), and
with complimentary probability (1-p) it selects a random number X from an off-central
normal distribution N(5, 1). Write the distribution function of X.



How would you attempt this.
Obviously the variance increases.
and the mean is a weighted average of the two.
but as far as getting fx(x) I am stumped.
Is it correct to add the two distributions together and simplify?
(p)*N(0,1) + (1-p)*N(5,1)
using the gaussian equation?
 
Physics news on Phys.org
  • #2
looks reasonable to me - when you have a discrete probability to realize a given distribution, you can just add the distributions together weighted by their probabilties

if it doubt try it, this would be pretty simple to implement in excel as a check
 
  • #3
TOOP said:
You created a random number generator that works as follows:
With probability p it selects a number X from the standard normal distribution N(0,1), and
with complimentary probability (1-p) it selects a random number X from an off-central
normal distribution N(5, 1). Write the distribution function of X.



How would you attempt this.
Obviously the variance increases.
and the mean is a weighted average of the two.
but as far as getting fx(x) I am stumped.
Is it correct to add the two distributions together and simplify?
(p)*N(0,1) + (1-p)*N(5,1)
using the gaussian equation?

Yes, it is correct. However, it won't simplify. The final result is NOT itself a Gaussian, or anything like it.

RGV
 

FAQ: Distribution of weighted Normal Distributions

What is the meaning of "distribution of weighted Normal Distributions"?

The distribution of weighted Normal Distributions refers to the probability distribution of a variable that is made up of a combination of multiple normal distributions, where each distribution is assigned a weight or importance.

How is the distribution of weighted Normal Distributions calculated?

The distribution of weighted Normal Distributions is calculated by taking the weighted average of the means and variances of the individual normal distributions. The weights are multiplied by the corresponding means and variances and then added together to get the final mean and variance of the combined distribution.

Why is the distribution of weighted Normal Distributions important in statistical analysis?

The distribution of weighted Normal Distributions is important because it allows for more accurate modeling of complex data sets. By combining multiple normal distributions with different weights, it can better represent the underlying distribution of the data.

What are some real-world applications of the distribution of weighted Normal Distributions?

The distribution of weighted Normal Distributions is commonly used in finance, economics, and biology for modeling complex systems. It is also used in machine learning and data analysis for clustering and pattern recognition.

Are there any limitations to using the distribution of weighted Normal Distributions?

One limitation of using the distribution of weighted Normal Distributions is that it assumes that the individual normal distributions are independent of each other. This may not always be the case in real-world data. Additionally, it may be challenging to interpret the results of the combined distribution due to the complexity of the model.

Back
Top