level curve of two pdfs
조회 수: 1 (최근 30일)
이전 댓글 표시
hi, i want to plot the level curve (using contour function) of the intersection of two PDFs. one with mu = [1,1] and sigma = [2,-1;-1,1] another with mu = [3,3] and sigma = [1,0.5;0.5,1]
댓글 수: 0
답변 (1개)
John D'Errico
2016년 9월 23일
So what is the problem? You have the two pdfs as functions. subtract them. Plot the contour of the difference at zero.
Personally, I don't see the purpose. The actual value of a PDF at any point means very little. It is not a probability.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Contour Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!