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

     

  • 相关阅读:
    Discuz!X/数据库操作方法
    使用 HTML5, javascript, webrtc, websockets, Jetty 和 OpenCV 实现基于 Web 的人脸识别
    ECShop模板原理
    ecshop中smarty最常用的6大基本语法
    Laravel学习笔记
    Laravel的目录结构分析
    Intellij Idea 常用快捷键
    Code optimization and organization in Javascript / jQuery
    Bossies 2015: The Best of Open Source Software Awards
    解决jetty runner锁定js
  • 原文地址:https://www.cnblogs.com/yuanjingnan/p/11226069.html
Copyright © 2011-2022 走看看