new functions for random samples generation using stata 15
play

New functions for Random samples generation using Stata 15 G. - PowerPoint PPT Presentation

Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions New functions for Random samples generation using Stata 15 G. Aguilera-Venegas, J.L. Gal an-Garc a, M.


  1. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions New functions for Random samples generation using Stata 15 G. Aguilera-Venegas, J.L. Gal´ an-Garc´ ıa, M.´ A. Gal´ an-Garc´ ıa, Y. Padilla-Dom´ ınguez, P. Rodr´ ıguez-Cielos University of M´ alaga, Spain The 25th UK Stata Conference 5 & 6 September 2019. London Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 1

  2. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions Contents Generating random samples from Statistical Distributions 1 Authors’ Background Random sample generation using Stata Pros and cons of current functions and commands 2 Our approach 3 Our commands Comparisons Examples Conclusions 4 Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 2

  3. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Authors’ Background Our approach Random sample generation using Stata Conclusions Authors’ Background Random samples generators using CAS (Computer Algebra Sys- tems) Derive Maxima Random samples generators using Stata 13 A very important application of generating random samples: Simulations Accelerated Time Simulations (ATS) Traffic control (GRAM, ATISMART, ATISMART+) Baggage handling (ATISBAT) In progress: ATS in biological and medical applications Probabilistic Cellular Automata (PCAEGOL) Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 3

  4. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Authors’ Background Our approach Random sample generation using Stata Conclusions Random sample generation using Stata Build-in Stata 16 functions rbeta , rbinomial , rcauchy , rchi2 , rexponential , rgamma , rhipergeometric , rigaussian , laplace , rlogistic , rnbinomial , rnormal , rpoisson , rt , runiform , runiformint , rweibull , and rweibullph Users’ contributions rndwei , rndexp , rndivg , rndlog , rndlgn , rndf , rndchi , rndt , rndnbx , rndbb , rndpoi , ... rsample Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 4

  5. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions Pros and cons of current functions and commands Pros Stata functions are fast rsample works for generic distributions rsample optionally plots the generated sample Cons Stata functions only for specific distributions Stata functions do not plot the generated sample rsample very slow when the size is high rsample needs the user to introduce suitable limits The size in rsample cannot be easily changed Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 5

  6. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Our commands Include new distributions not considered in Stata functions Are fast even for high sizes Work with suitable limits automatically computed Can easily change the size of the sample Optionally plot the generated sample Optionally compute the Median Squared Error Display time spent in the generation scauchy, sexponential, slognormal , snormal, spareto , sweibull, sbinomial, suniformint Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 6

  7. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions New characteristics of Our commands Other continuos and discrete distributions in progress A general function to deal with all considered distribution is also in progress Optionally chose among our algorithm, Stata function or rsample Therefore, the previous advantages are now available for Stata functions and rsample : Plot the generated sample Suitable limits automatically computed Easily change the size of the sample Compute the Median Squared Error Display time spent in the generation Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 7

  8. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Comparisons Distribution Command Time Error Plot 1.150e-07 1.030e-06 No rnormal Normal(0,1) 1.360e-07 9.772e-07 Yes snormal .00044102 .00001524 Yes rsample Not available in Stata functions rpareto Pareto(8,1) 1.090e-07 9.739e-07 Yes spareto .00044182 .00029966 Yes rsample Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 8

  9. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Examples snormal 10000000 snormal 100000, pl(1) Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 9

  10. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Examples Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 10

  11. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Examples snormal 10000000 snormal 100000, pl(1) snormal 100000, mse(1) snormal 10000, m(2) s(0.2) le(0) ri(4) mse(1) pl(1) nr(10) Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 11

  12. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Examples Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 12

  13. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Examples snormal 10000000 snormal 100000, pl(1) snormal 100000, mse(1) snormal 10000, m(2) s(0.2) le(0) ri(4) mse(1) pl(1) nr(10) snormal 100000, me(2) mse(1) pl(1) Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 13

  14. Generating random samples from Statistical Distributions Our commands Pros and cons of current functions and commands Comparisons Our approach Examples Conclusions Examples Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 14

  15. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions Conclusions New commands for random numbers generation from distribu- tions not available in Stata Same time order in computation as build-in stata functions Deal with our algorithm, the stata functions or rsample (op- tionally) Computation of media squared error (optionally) Display mean time spend (optionally specifying the number of iterations) Plot the generated random sample (optionally) Computation of suitable limits automatically (user can change them) Great improvement in the time, error and default bounds re- garding rsample Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 15

  16. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions New functions for Random samples generation using Stata 15 G. Aguilera-Venegas, J.L. Gal´ an-Garc´ ıa, M.´ A. Gal´ an-Garc´ ıa, Y. Padilla-Dom´ ınguez, P. Rodr´ ıguez-Cielos University of M´ alaga, Spain The 25th UK Stata Conference 5 & 6 September 2019. London Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez Random samples generation with Stata 15 16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend