zoukankan      html  css  js  c++  java
  • PRML读书笔记——Mathematical notation

    x, a vector, and all vectors are assumed to be column vectors.

    M, denote matrices.

    xT, a row vcetor, T means transpose of a vector or matrix.

    (w1 , . . . , wm ), a row vector with m elements, and the corresponding column vector is written as w = (w1 , . . . , wm )T.

    [a, b], is used to denote the closed interval from a to b(闭区间).

    (a, b), is used to denote the open interval from a to b(开区间).

    [a, b), is denotes an interval that includes a but excludes b.

    IM, M * M identity matrix (also known as the unit matrix)(单位矩阵).

    f[y], A functional is denoted f[y] where y(x) is some function,e.g H[y] means entroy of function y(x).

    g(x) = O(f (x)) denotes that |f (x)/g(x)| is bounded as x → ∞.For instance if g(x) = 3x2 + 2, then g(x) = O(x2).

    Ex[f(x, y)], The expectation of a function f (x, y) with respect to a random variable x. Or E[x].

    Ex[f(x)|z], conditioned on another variable z.

    cov[x, y], covariance of vector x and vecotr y. Use cov[x] as a shorthand notation for cov[x, x].

    p(B), to denote a distribution over the random variable B

    “∝”, 表示成正比例

  • 相关阅读:
    MSDN相关下载地址
    显示代码的博客
    unittest 结合 ddt
    python 学习2 测试报告
    python pytest
    Yaml 的python 应用
    linux 面试题
    面试 常见问题
    Python 内建的filter()函数用于过滤序列。
    python reduce & map 习题
  • 原文地址:https://www.cnblogs.com/zhuangliu/p/5653865.html
Copyright © 2011-2022 走看看