Statistics 110 of Harvard University:

Math is the logic of certainty, Statistics is the logic of uncertainty.

quantifying uncertainty is what this statistics course going to be about.

Since everyone has a lot of uncertainties, probability and statistics,

and are how we quantify and update our beliefs and deal with uncertainty.

But as I said last time, This is a difficult course,

and the best way to learn it is just by doing a lot of problems.

And towards the style of homework, i would like to see:

words, justifications and thinking, not just equations.

Strategic practice: Clarity•Honesty•Words•Practices

  • Clarity: What reasoning led you to think that? So i'd like you TO BE AS CLEAR and AS DETAILED AS POSSIBLE in just fully justifying your answer.

  • Honesty: I would much rather that you, well of course, try to talk to people and figure it out if you don't understand something, and I would rather say you don't understand that than try to make something up like random gibberish.

  • Words: WHAT you SHOULD DO is ACTUALLY HAVE WORDS and SENTENCES, other than the computations a calculator can do.

    Just because this is a mathematical class, doesn't mean you shouldn't be using English and explaining things as well as equations.

  • Practices: You have to practice as much as you can to improve your pattern recognition skills.

——————————————————————

Experiment: the process of quantifying uncertainty and get certain possible outcomes.

this is a very general concept. we should interpret the word experiment in an extremely broad manner, or we can interpret experiment however we want:

  • An experiment can be just anything we are uncertain about it, then do anything as long as there are certain possible outcomes.
  • before the experiment, we don't know what's going to happe:

    because there are different possible outcomes, and we don't know which one is going to happen.
  • you do the experiment and then something happens.

    above steps about experiment are very very general, it could describe any number of situations.

    and we are going to talk experiments a lot in this class,

    and we might say it's a random experiment,

    but I am not going to use the word random right now,

    because we haven't defined it.

    i am just interpreting this very very generally.

Probability and Sets:

The ideal of using sets is one of the breakthroughs in probability,

and it actually make us to treat statistics as a mathematical subject.

Sample Space:

A Sample space is the set of all possible outcomes of an experiment.

Event:

An event is a subset of a sample space.

Statistics110@Harvard: Clarity•Honesty•Words•Practices: MATH=LOGIC OF CERTAINTY and STATISTICS=LOGIC OF UNCERTAINTIES的更多相关文章

  1. 【原创】开源Math.NET基础数学类库使用(10)C#进行基本数据统计

                   本博客所有文章分类的总目录:[总目录]本博客博文总目录-实时更新  开源Math.NET基础数学类库使用总目录:[目录]开源Math.NET基础数学类库使用总目录 前言 ...

  2. 【原创】开源Math.NET基础数学类库使用(11)C#计算相关系数

                   本博客所有文章分类的总目录:[总目录]本博客博文总目录-实时更新  开源Math.NET基础数学类库使用总目录:[目录]开源Math.NET基础数学类库使用总目录 前言 ...

  3. struts标签--logic总结

    1. logic:empty 该标签是用来判断是否为空的.如果为空,该标签体中嵌入的内容就会被处理.该标签用于以下情况: 1)当Java对象为null时: 2)当String对象为"&quo ...

  4. 开源Math.NET基础数学类库使用(11)C#计算相关系数

    阅读目录 前言 1.Math.NET计算相关系数的类 2.Correlation的实现 3.使用案例 4.资源                本博客所有文章分类的总目录:[总目录]本博客博文总目录-实 ...

  5. logic:present 和 logic:empty的用法 (转)

    logic:empty和logic:notEmpty logic:empty标签判断脚本变量是否为null,是否是一个空的字符串(长度为0),是否是一个空的collection或map(调用isEmp ...

  6. [Cycle.js] The Cycle.js principle: separating logic from effects

    The guiding principle in Cycle.js is we want to separate logic from effects. This first part here wa ...

  7. 开源Math.NET基础数学类库使用(10)C#进行基本数据统计

    原文:[原创]开源Math.NET基础数学类库使用(10)C#进行基本数据统计               本博客所有文章分类的总目录:http://www.cnblogs.com/asxinyu/p ...

  8. Dynamics 365 Online-使用Azure Logic App 与 Dynamics 365 集成

    什么是Logic App? Azure Logic App 是微软发布的集成平台的产品,有助于生成,计划和自动完成工作流形式的流程,适合跨企业或组织集成,数据,系统和服务.与此同时,Logic App ...

  9. Struts 1 之<logic>标签库

    1. logic:empty logic:empty标签是用来判断是否为空的.如果为空,该标签体中嵌入的内容就会被处理.该标签用于以下情况: 当Java对象为null时 当String对象为" ...

  10. Struts标签<bean:write><logic:iterate></logic:equal>的组合使用小例

    form表单中的一个下拉列表控件的代码如下 <select name="taskname" id="taskname" class="selec ...

随机推荐

  1. CF1370C题解

    本蒟蒻的第二篇题解,找题归功于教练 题目传送门 这道题目找好了规律很简单: 具体思路: 题目大意: 有一个正整数 nnn.两名玩家轮流操作.每次操作可以执行以下一种: 将 nnn 除以一个 nnn 的 ...

  2. mysql免密登录

    开启mysql免密登录, vi /etc/my.cnf [mysqld]下添加 skip-grant-tables , 保存后重启mysql服务:service mysqld restart

  3. 基于主成分分析(PCA)的数据降维

    一.概述   主成分分析(Principal Component Analysis,PCA)是一种用于数据降维的方法,其核心目标是在尽可能保留原始数据信息的前提下,将高维数据映射到低维空间.该算法基于 ...

  4. SgLang代码细读-1.从req到batch

    SgLang代码细读-1.从req到batch 代码入口 & 初始化 sglang/python/sglang/srt/entrypoints/http_server.py launch_se ...

  5. Tomcat版本匹配问题

    官方链接http://tomcat.apache.org/whichversion.html Servlet Spec JSP Spec EL Spec WebSocket Spec JASPIC S ...

  6. 创建字符串对象的六种方法(java)

    package javaBasic; public class StringConstruction { public static void main(String[] args) { String ...

  7. PHP MD5强碰撞

    MD5强碰撞 搬得这个师傅的 https://www.cnblogs.com/kuaile1314/p/11968108.html 可以看到,使用了三个等号,这个时候PHP会先检查两边的变量类型,如果 ...

  8. IntelliJ IDEA 源文件提示 cannot resolve method 或者 Cannot find declaration to go to

    问题描述:IntelliJ IDEA 在源文件中提示 Cannot resolve method,但是项目可以正常编译运行,提示异常的类明明存在且没有任何异常.尝试使用ctrl+鼠标左键进入该类时,提 ...

  9. 详解鸿蒙开发如何上传三方库到ohpm仓库

    前两天幽蓝君在ohpm仓库上传了自己的第一个三方库,完整体验了一下ohpm的上传流程,感觉还是比较繁琐的,所以把上传流程和一些注意事项分享给大家. 先介绍一下怎么开发一个三方库,在项目名称右键,新建M ...

  10. 「Note」数论方向 - 数论基础

    0. 前置知识 0.1. 费马小定理 \[a ^{p-1}\equiv1\pmod p(p\in\mathbb P,a\perp p) \] 由此可以推出模意义下乘法逆元: \[a ^{-1}\equ ...