how to solve this data generating random number problem
Afficher commentaires plus anciens
Hello everyone.
I need some help in my coe while i have some problem when i do use monte carlo method. My code is in the attachment. All the code is perfect, only the last equation p=pt*2(asin(sqrt(R))) has a problem. i dont know how to get this step. in this equation i need to get pt by monte carlo method. and R is the random number [0,1]. in the above equation i need to fing pt by using the monte carlo method, and then find p. i don't understand how to find pt by using the monte carlo method. can anybody please help me?
Thanks
8 commentaires
Walter Roberson
le 17 Oct 2019
You have not given us enough information about how pt should be found. Does some expression involving R get calculated and that value looked up in as y12 to find the corresponding pt value, and then the same random number gets used in pt*csc(2*arcsin(sqrt(R))) to find p? Something like pt(y12_inverse(R ))*csc(2*arcsin(sqrt(R))) ?
waqas muhammad
le 17 Oct 2019
Walter Roberson
le 17 Oct 2019
What relationship is there between y12 and theta ?
waqas muhammad
le 17 Oct 2019
Walter Roberson
le 17 Oct 2019
Are you saying that you run through a montecarlo process in one random parameter in order to derive a scalar value for pt, and then once you have derived that pt, that you run through a second series of random numbers to calculate a number of p values? So two total random number processes?
Or is it the case that you want to run through a single random number process that you use to generate R, and that R somehow ties in to calculating a pt value for that R ??
waqas muhammad
le 17 Oct 2019
Modifié(e) : waqas muhammad
le 17 Oct 2019
Walter Roberson
le 17 Oct 2019
Okay so for any given value of R how do you derive a pt value?
waqas muhammad
le 17 Oct 2019
Modifié(e) : waqas muhammad
le 17 Oct 2019
Réponses (0)
Catégories
En savoir plus sur Uniform Distribution (Continuous) dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!