How to find conditional probability 𝑷𝒓{𝒀 = 𝒚|𝑿 = 𝒙}

3 visualizaciones (últimos 30 días)
john karli
john karli el 22 de Dic. de 2018
Comentada: john karli el 22 de Dic. de 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

Respuestas (1)

madhan ravi
madhan ravi el 22 de Dic. de 2018
  3 comentarios
madhan ravi
madhan ravi el 22 de Dic. de 2018
To be frank I have no experience with that though download the below file exchange and see if it helps:
john karli
john karli el 22 de Dic. de 2018
ok

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by