Are there distributions other than Gaussian that can be represented by just using mean and variance?

330 Views Asked by At

A Gaussian distribution can be uniquely defined by mean and variance (or std deviation). This means, I can use the equation of Gaussian to plug in different values of input and use the mean, std deviation values to determine the output of the function. If I change any of the two parameters, my bell curve would look different.

Let’s assume that there is another distribution $X$, which is again represented by mean and std deviation, but with an equation different from Gaussian.

  • 1) Does such a distribution already exist?

  • 2) If yes, can it be used in situations in which Gaussian is applicable. For example, unknown natural process are assumed to follow a Gaussian distribution. Quantities from physical world that are a sum of different quantities/ variables are expected to follow Gaussian. Can the above mentioned $X$ be used in place of Gaussian to represent distribution of such quantities?

Edit: I am trying to understand why Kalman Filter has Gaussian assumption. One thing evident from the steps of Kalman Filter is that it uses mean and variance to represent the distribution. However, that raises the question, why just Gaussian, why not any other distribution which has similar representation? I am not able to relate central limit theorem with Kalman Filter applications such as SLAM or sensor fusion.

1

There are 1 best solutions below

1
On BEST ANSWER

Yes of course. Lots of distribution with two parameters, like the $\text{Beta}$ law :

$$ X \sim \text{Beta}(\alpha, \beta) $$

with $\alpha$ and $\beta$ determined by $X$ mean and std deviation. But it will be used differently than a gaussian law ! It depends a lot on the context.