zoukankan      html  css  js  c++  java
  • 因果论文中的标识

    Variables:                 capitalized, and in italics, e.g., X

    Values of variables:             lower case, and in italics, e.g., X = x

    Sets:                    capitalized, and in boldface, e.g., V

    Values of sets of variables:                    lower case, and in boldface, e.g., V = v

    Members of X that are not members of Y:          XY

    Error variables:                                                    

     Independence of X and Y:                                  

     Independence of X and Y conditional on Z:            

     XY:                                                                     XY

    Covariance of X and Y:                                            COV(X,Y) or 

     Correlation of X and Y :                                           

     Sample correlation of X and Y :                               

     Partial Correlation of X and Y,

    controlling for all members of set Z:                             

  • 相关阅读:
    MySQL索引原理
    MyBatis执行流程的各阶段介绍
    实现单栈实现支持getMin的栈
    缓存LRU算法——使用HashMap和双向链表实现
    Hystrix资源隔离
    各种负载均衡策略-图解
    接口调用超时的实现原理
    Spring Bean生命周期的各阶段介绍
    TAR命令详解 复习
    INT MOD
  • 原文地址:https://www.cnblogs.com/yjh123/p/11876923.html
Copyright © 2011-2022 走看看