How to find conditional probability ๐‘ท๐’“{๐’€ = ๐’š|๐‘ฟ = ๐’™}

1 view (last 30 days)
john karli
john karli on 22 Dec 2018
Commented: john karli on 22 Dec 2018
I have this Excel sheet(attached) and a want to find conditional probability ??{? = ?|? = 0}
my code is
[num]=xlsread('Book1.xlsx');
x=num(:,3); %picked c column X
y=num(:,4); %picked d column Y
Min and Max value of both column is from 0 to 23 respectively
How cant i find the vaue of Y if X=0 for entire column

Answers (1)

madhan ravi
madhan ravi on 22 Dec 2018
y(x==0)
  3 Comments

Sign in to comment.

Categories

Find more on MATLAB Report Generator in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!