how to solve this data generating random number problem
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 17 de Oct. de 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
el 17 de Oct. de 2019
Walter Roberson
el 17 de Oct. de 2019
What relationship is there between y12 and theta ?
waqas muhammad
el 17 de Oct. de 2019
Walter Roberson
el 17 de Oct. de 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
el 17 de Oct. de 2019
Editada: waqas muhammad
el 17 de Oct. de 2019
Walter Roberson
el 17 de Oct. de 2019
Okay so for any given value of R how do you derive a pt value?
waqas muhammad
el 17 de Oct. de 2019
Editada: waqas muhammad
el 17 de Oct. de 2019
Respuestas (0)
Categorías
Más información sobre Uniform Distribution (Continuous) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!