美文网首页
joint probability

joint probability

作者: 菌子甚毒 | 来源:发表于2022-07-06 15:43 被阅读0次

    当目标空间是离散的,我们可以将多个随机变量的概率分布想象成填充一个(多维)数字数组。图1显示了一个示例。联合概率的目标空间是每个随机变量的目标空间的笛卡尔积。我们将联合概率定义为两个值联合进入的概率。

    P(X=x_i,Y=y_j)=p(x,y)=\frac{n_{ij}}{N}

    figure 1: where nij is the number of events with state xi and yj and N the total number of events.

    相关文章

      网友评论

          本文标题:joint probability

          本文链接:https://www.haomeiwen.com/subject/pllrbrtx.html