random samples generation with stata from continuous and
play

Random samples generation with Stata from continuous and discrete - PowerPoint PPT Presentation

Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions Random samples generation with Stata from continuous and discrete distributions G. Aguilera-Venegas 1 , J.L. Gal


  1. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions Random samples generation with Stata from continuous and discrete distributions G. Aguilera-Venegas 1 , J.L. Gal´ ıa 1 , an-Garc´ M.´ ıa 1 , Y. Padilla-Dom´ ıguez 1 , A. Gal´ an-Garc´ ıguez-Cielos 1 , R. Rodr´ ıguez-Cielos 2 P. Rodr´ 1 University of M´ alaga, Spain 2 University of Madrid, Spain Spanish Stata Users Group meeting October 19. Madrid, Spain Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez, Rodr´ ıguez Random samples generation with Stata 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, Rodr´ ıguez Random samples generation with Stata 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 Systems) Derive Maxima 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 Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez, Rodr´ ıguez Random samples generation with Stata 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 functions runiform , rnormal , rbeta , rgamma , rchi2 , rt , rbinomial , rhipergeometric , rnbinomial , rpoisson , ... Users’ contributions rndwei , rndexp , rndivg , rndlog , rndlgn , rndf , rndchi , rndt , rndnbx , rndbb , rndpoi , ... rsample Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez, Rodr´ ıguez Random samples generation with Stata 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, Rodr´ ıguez Random samples generation with Stata 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, sdiscreteuniform Other continuos and discrete distributions in progress Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez, Rodr´ ıguez Random samples generation with Stata 6

  7. 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, Rodr´ ıguez Random samples generation with Stata 7

  8. 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, Rodr´ ıguez Random samples generation with Stata 8

  9. 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, Rodr´ ıguez Random samples generation with Stata 9

  10. 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, Rodr´ ıguez Random samples generation with Stata 10

  11. 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, Rodr´ ıguez Random samples generation with Stata 11

  12. 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 continuos and discrete distributions Same time order in computation as build-in stata functions 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) Improve the time, error and default bounds regarding rsample Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez, Rodr´ ıguez Random samples generation with Stata 12

  13. Generating random samples from Statistical Distributions Pros and cons of current functions and commands Our approach Conclusions Random samples generation with Stata from continuous and discrete distributions G. Aguilera-Venegas 1 , J.L. Gal´ ıa 1 , an-Garc´ M.´ ıa 1 , Y. Padilla-Dom´ ıguez 1 , A. Gal´ an-Garc´ ıguez-Cielos 1 , R. Rodr´ ıguez-Cielos 2 P. Rodr´ 1 University of M´ alaga, Spain 2 University of Madrid, Spain Spanish Stata Users Group meeting October 19. Madrid, Spain Aguilera, Gal´ an, Gal´ an, Padilla, Rodr´ ıguez, Rodr´ ıguez Random samples generation with Stata 13

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