- https://in.mathworks.com/help/finance/examples/pricing-american-basket-options-by-monte-carlo-simulation-1.html
- https://in.mathworks.com/help/simbio/examples/pk-pd-modeling-and-simulation-to-guide-dosing-strategy-for-antibiotics.html
- https://in.mathworks.com/help/stats/examples/simulating-dependent-random-variables-using-copulas.html
Monte carlo working with function
2 ビュー (過去 30 日間)
古いコメントを表示
I have a function that can calculated any power from 3 samples of matrix, where each matrix defines the power value for each x and y axis and z-axis changing the matrix (I have three). The range for x is -100 to 100 and y from -100 to 100 and z from 0 to 80. Thus, the function can give me any value of power for each (x,y,z) location. Now I want to integrate the monte Carlo method in order to obtain tolerance analysis, where my goal is to achieve the distribution or probability of knowing in which location (x,y,z) I can get power from 0 to 1 dB which is good (inside the range) and for over 1 dB (outside from the range) not good . I think I can assume that each axis (x,y,z) have a normal distribution taken a random number from the range above but don’t know how to get the power values from the function and to applied the monte Carlo method to plotting the histogram of the probability to get 1 dB tolerances for x,y,z locations.
0 件のコメント
回答 (1 件)
Dheeraj Singh
2019 年 8 月 23 日
You can refer to the following MATLAB examples which shows the use of Monte Carlo in different application :
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!