B |
![]() ![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
The Transformation Method is useful when the function
f(x) can easly be evaluated.
However, there are cases when desired distribution
may not be known in analitic form.
For example, consider we want Gaussian Distribution:
Such problems can be handled with an algorithm known as Rejection Method.
The method provides an alternative to the transformation method,
it has the advantage of being able to create a distribution for any function.