zoukankan      html  css  js  c++  java
  • The equal-likelihood model|event|experiment|probability model

    5.1Probability Basics

    uncertainty is inherent in inferential statistics,因为总是需要样本估计总体,The science of uncertainty is called probability theory.学习概率分布帮助我们通过样本分析总体的相关数据(egmean。。。)

     

    Basically, by an experiment, we mean an action whose outcome cannot be predicted with certainty

    By an event, we mean some specifified result that may or may not occur when an experiment is performed

    More generally, the frequentist interpretation of probability construes the probability of an event to be the proportion of times it occurs in a large number of repetitions of the experiment.(即用概率代表一个事件在大量重复实验中(即sample中有大量重复test)发生的比例)

     

    两组不同的扔硬币实验,每组样本数是100,每一次计算样本中正面朝上的相关频率,即第一次100%1/1),第二次50%1/2),第三次33%1/3)等

    Although the frequentist interpretation is helpful for understanding the meaning of probability, it cannot be used as a defifinition of probability. One common way to defifine probabilities is to specify a probability model—a mathematical description of the experiment based on certain primary aspects and assumptions.

    因此,比如假设扔硬币是二项分布

    The equal-likelihood model假设每个结果(不同)发生的概率相同。

     

    The equal-likelihood model discussed earlier in this section is an example of a probability model. Its primary aspect and assumption are that all possible outcomes are equally likely to occur. We discuss other probability models later in this and subsequent chapters

     

  • 相关阅读:
    怎么修改android飞行模式wifi
    斐讯n1盒子装远程迅雷
    Spring使用大全
    面向对象7大设计原则
    Mybatis之SqlNode解析
    【转载】MongoDB的C#驱动程序教程
    【转载】 mongodb C# 基本类库
    【转载】列举MongoDB C#驱动的几个Query方法
    【转载】MongoDB开发学习
    【转载】sql全国省市区数据库建表过程
  • 原文地址:https://www.cnblogs.com/yuanjingnan/p/11226069.html
Copyright © 2011-2022 走看看