Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 3 Kinds of Samplers compared, Rejection (originally done), Geometric (Using facets) and Rep (Using rep approach)
- s : 1.000000 d : 0.600000 n : 3.000000 trials = 25000
- Rejection
- # Position 1 (t2) # Position 2 (t3)
- 0.333750958912582 0.667378513289849 # Mean
- 0.0246016149300004 0.0246140838800493 # Var
- -0.000915516356596894 0.000903715617604211 # 3rd central moment
- 0.00125210268008227 0.00126472753172854 # 4th central moment
- Geometric # Same format as above
- 0.331689071683891 0.665323581449216
- 0.0247421146804724 0.0249142296863424
- -0.000920497331089717 0.000969397036107626
- 0.00126317677670301 0.00127346533214416
- Rep # Same format as above
- 0.333750958912582 0.667378513289849
- 0.0246016149300004 0.0246140838800493
- -0.000915516356596894 0.000903715617604211
- 0.00125210268008227 0.00126472753172854
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement