Right-truncating a lognormal distribution
이전 댓글 표시
Hello,
I would like to compute the probability that P(z<a) where
z=exp(x*beta+e) and e is distributed iid N(0,sigma^2).
I would like to evaluate the CDF of z, i.e.,
P(e< log(a)-x*beta),
for various values of x*beta. However, I know that z cannot take a value greater than a certain number, b. How can I obtain the truncated distribution to evaluate the above probability?
Many thanks in advance.
댓글 수: 5
Matt J
2019년 8월 18일
However, I know that z cannot take a value greater than a certain number, b.
This needs to be explained. If z is log-normal, how can it be bounded by b?
george pepper
2019년 8월 18일
편집: george pepper
2019년 8월 18일
Matt J
2019년 8월 18일
But that contradicts your original claim that z is lognormal. Clearly z is not lognormal if it is bounded by b. You must say what the distribution actually is before we can talk about how to compute the CDF.
Matt J
2019년 8월 18일
Possibly you want a conditional CDF?
prob(z<a | z<b)
george pepper
2019년 8월 18일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!