How to calculate Joint CDF of joint PDF

5 次查看(过去 30 天)
I have 300 pairs of numerical data which depicts condition(roughness, energy) of 300 tumors.The information in the pair is independent of each other . I want to fit probability distribution on these pairs.Subsequently, I want to obtain the joint CDF.
Since the data is independent in each pair, I separated the energy values and roughness values from each other and fit distributions on each of them.The joint PDF is the product of the two fit distributions.Is there anyway i can obtain the joint CDF? I tried cdplot() but I am not sure if it the right answer.I also tried finding the individual cdf of each distribution and then took the product to find the joint CDF.The CDF reached up to 0.7 and not 1. Any help will be highly appreciated.
Thanks
  1 个评论
Jeff Miller
Jeff Miller 2018-4-21
What do you see when you make a scatterplot of the 300 (roughness, energy) pairs? The joint CDF will go up to 1 only if there is a point in the upper right corner of the scatterplot (i.e., a point with the maximum on both measures). The joint CDF is not required to go up to 1.

请先登录,再进行评论。

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by