如何判断两个连续型随机变量是否独立
发布网友
发布时间:2022-05-05 20:08
我来回答
共2个回答
热心网友
时间:2022-06-28 00:54
求出边缘概率密度fX、fY
然后看联合概率密度f(x,y)与边缘概率密度fX、fY的乘积是否相等即可.
f(x,y)=fX·fY,则独立
否则,不独立
热心网友
时间:2022-06-28 00:55
if(res == 0)
{
switch(index)
{
case 0: // exec exit commond
flag = 0;
break;
case 1: // exec cd commond
cds(buf);
break;
case 2: // exec ls commond
lss(buf);
break;
default:
printf("can 's \n");
break;
}
index = -1; // if find the commond, stop finding
}
}
if(index == -1)
printf("can't find commond: %s ",buf);
}
return 0;
}