I have an equation with 2 variables, x and y. x and y are random variables. The question is: Ln(Z)=aLn(x)+bLn(y)+c a,b and c are constant and already determined. I need to calculate CDF of Ln(Z). I need to obtain a surface (3D) by Matlab. I will appreciate your help.
Thanks

댓글 수: 2

Jeff Miller
Jeff Miller 2019년 10월 17일
What are the distributions of the random variables x & y, e.g., normal, uniform, gamma? Or are x & y vectors of observed data values and you don't know their theoretical distributions?
Are x & y independent?
Ahmad DEHGHANPOOR
Ahmad DEHGHANPOOR 2019년 10월 17일
Hi Jeff, Thanks for your reply, x and y are independent. They have alreday determined:
x= 15:15:150
y=0.5:0.5:5
x and y are based the above data.
the actual equation is :
Ln(Z)=1.302Ln(x)+0.2Ln(y)-0.12
I have attached a similar graph that I need to obtain.

댓글을 달려면 로그인하십시오.

 채택된 답변

Jeff Miller
Jeff Miller 2019년 10월 18일

0 개 추천

You apparently have a probability for each of the x and y values. So, you can just compute the different possible Ln(Z) values from your equation. With independence, the probability of each Ln(Z) is the product of the probabilities for the x and y used to compute it.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Probability Distributions and Hypothesis Tests에 대해 자세히 알아보기

태그

질문:

2019년 10월 17일

답변:

2019년 10월 18일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by