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

์กฐํšŒ ์ˆ˜: 3 (์ตœ๊ทผ 30์ผ)
john karli
john karli 2018๋…„ 12์›” 22์ผ
๋Œ“๊ธ€: john karli 2018๋…„ 12์›” 22์ผ
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

๋‹ต๋ณ€ (1๊ฐœ)

madhan ravi
madhan ravi 2018๋…„ 12์›” 22์ผ
y(x==0)
  ๋Œ“๊ธ€ ์ˆ˜: 3
madhan ravi
madhan ravi 2018๋…„ 12์›” 22์ผ
To be frank I have no experience with that though download the below file exchange and see if it helps:
john karli
john karli 2018๋…„ 12์›” 22์ผ
ok

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.

์นดํ…Œ๊ณ ๋ฆฌ

Help Center ๋ฐ File Exchange์—์„œ Noncentral t Distribution์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

ํƒœ๊ทธ

Community Treasure Hunt

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

Start Hunting!

Translated by