finding x0 in ziggurat algorithm

3 views (last 30 days)
Michael
Michael on 30 Sep 2020
Commented: Michael on 30 Sep 2020
If I am to get 3 rectangles and 1 base, how can I get value of x0, which is the start point of infinite tail of distribution?

Answers (1)

Steven Lord
Steven Lord on 30 Sep 2020
So you want to know how to find the equivalents of the numbers 0.83, 1.17, 1.47, 1.78, and 2.18 in the plot on this post on Cleve's blog? I think you might find the randntx function in the Numerical Computing with MATLAB toolbox on the File Exchange and the corresponding "Random Numbers" chapter in the book interesting.
  1 Comment
Michael
Michael on 30 Sep 2020
So you mean the randntx function is used to get those values (0.83, 1.17, 1.47, 1.78 and 2.18) ?

Sign in to comment.

Categories

Find more on Random Number Generation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!