Gaussian Distribution

Named after Gaussian, with some assumptions on error, describe the uncertainty of samples.

Distribution of Errors

Assumptions

  1. sum up to zero (average of samples is the true value)
  2. if
  3. errors are independent

Solving the probability density of the error

Suppose:

  • the probability (density) function of error is
  • the true value is
  • the observed values are
  • the errors are

Then the Maximum Likelihood Estimation of the true value give the first constraint

This process says: to maximize the likelihood of , function should sums up to .

Now with the assumption that all errors sums to , we have two constraints:

can be one solution, thus:

Solve from the differential equation:

So the distribution of error is parameterized by and , and the parameterized probability density is:

why not ?

IDK, TODO

Solving A

As probability density is the derivative of accumulation function, integration of on should be :

with Integration of Gaussian function:

Interpreting

Variation of Error

with , then:

Expectation of Error

For any function symmetric w.r.t. , its integral on is :

as is symmetric w.r.t. :

Distribution of the Samples

PDF of Samples

substituting the observed variable back, then:

thus the density function of distribution is

Expectation of Samples

expectation of would be:

Variance of Samples

according to Transformation, variation of would be the same, which is .

Conclusion

In conclusion, with the assumption of error, the distribution of sample would be described as:

where: is the expectation and is the variance.