joint probability for three discrete signals

for three signals i want to determine joint probability in matlab. mathematically p(x1,x2,x3)=p(x1)p(x2|x1)p(x3|x1,x2) so i can determine marginal probability with hist but for conditional probability i have problem. and i use @kde toolbox too, but it doesent work. how can i do it?

Answers (0)

Asked:

on 26 May 2015

Edited:

on 26 May 2015

Community Treasure Hunt

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

Start Hunting!