Numerical integration(double integral) by using "dblquad" function.
이전 댓글 표시
I want to find the numerical value of double integral function (function is given in attached file). The integrand is multiplication of cumulative distribution of d1 and probability density function of d2. However, the problem is that d2 is present as limit of the inner integral. I used "dblquad" but it shows the problem that d2 is undefined.
If d2 is not present as limit of the integral, then it is solving the the double integral. Keep in mind, we knew only pdf and cdf of d2. Can anyone suggest please that how can I solve my problem. How can we extract the value of d2 from pdf or cdf.
Note: The syntax I used is given in attached file.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!