Joint Probability
显示 更早的评论
I have a bunch of paired data (x,y) for which I would like to determine the joint probability density. I can easily find the marginal densities fx(x) and fy(y)and plan to do so using kernels (ksdensity). Any suggestions on finding the joint density fxy(x,y)or one of the conditional densities, fx(x|y) or fy(y|x), using the marginal densities?
My assumption is not the trivial solution when x and y are independent.
I understand the concepts but am struggling with the code.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Probability Density Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!