Statistics110@Harvard: Clarity•Honesty•Words•Practices: MATH=LOGIC OF CERTAINTY and STATISTICS=LOGIC OF UNCERTAINTIES
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的更多相关文章
- 【原创】开源Math.NET基础数学类库使用(10)C#进行基本数据统计
本博客所有文章分类的总目录:[总目录]本博客博文总目录-实时更新 开源Math.NET基础数学类库使用总目录:[目录]开源Math.NET基础数学类库使用总目录 前言 ...
- 【原创】开源Math.NET基础数学类库使用(11)C#计算相关系数
本博客所有文章分类的总目录:[总目录]本博客博文总目录-实时更新 开源Math.NET基础数学类库使用总目录:[目录]开源Math.NET基础数学类库使用总目录 前言 ...
- struts标签--logic总结
1. logic:empty 该标签是用来判断是否为空的.如果为空,该标签体中嵌入的内容就会被处理.该标签用于以下情况: 1)当Java对象为null时: 2)当String对象为"&quo ...
- 开源Math.NET基础数学类库使用(11)C#计算相关系数
阅读目录 前言 1.Math.NET计算相关系数的类 2.Correlation的实现 3.使用案例 4.资源 本博客所有文章分类的总目录:[总目录]本博客博文总目录-实 ...
- logic:present 和 logic:empty的用法 (转)
logic:empty和logic:notEmpty logic:empty标签判断脚本变量是否为null,是否是一个空的字符串(长度为0),是否是一个空的collection或map(调用isEmp ...
- [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 ...
- 开源Math.NET基础数学类库使用(10)C#进行基本数据统计
原文:[原创]开源Math.NET基础数学类库使用(10)C#进行基本数据统计 本博客所有文章分类的总目录:http://www.cnblogs.com/asxinyu/p ...
- Dynamics 365 Online-使用Azure Logic App 与 Dynamics 365 集成
什么是Logic App? Azure Logic App 是微软发布的集成平台的产品,有助于生成,计划和自动完成工作流形式的流程,适合跨企业或组织集成,数据,系统和服务.与此同时,Logic App ...
- Struts 1 之<logic>标签库
1. logic:empty logic:empty标签是用来判断是否为空的.如果为空,该标签体中嵌入的内容就会被处理.该标签用于以下情况: 当Java对象为null时 当String对象为" ...
- Struts标签<bean:write><logic:iterate></logic:equal>的组合使用小例
form表单中的一个下拉列表控件的代码如下 <select name="taskname" id="taskname" class="selec ...
随机推荐
- js 获取缓存渲染到页面里面
$('#code').change(function(){ console.log($(this).val()) localStorage.setItem("code",JSON. ...
- Mybatis 框架课程第二天
目录 3 基于代理Dao实现CRUD操作 3.1 根据id查询 3.1.1 在持久层接口中添加findById方法 3.1.2 在用户的映射配置文件中配置 3.1.3 在测试类添加测试 3.2 保存操 ...
- 物联网之对接MQTT最佳实践
小伙伴们,你们好呀,我是老寇,跟我一起学习对接MQTT 安装EMQX 采用docker-compose一键式启动!!! 还没有安装docker朋友,参考文章下面两篇文章 # Ubuntu20.04安装 ...
- Pandas 实现 Excel 多列 转 多行
也是最近的一个需求, 将一个 Excel 表, 多列转多行, 就把那种行的, 业务人员经常搞的那种垃圾表,给它转为咱熟悉的数据库表的形式, 多列转多行. 还要帮他们处理数据, 恶心得一批, 其实也不一 ...
- B1086 就不告诉你
描述 做作业的时候,邻座的小盆友问你:"五乘以七等于多少?"你应该不失礼貌地围笑着告诉他:"五十三."本题就要求你,对任何一对给定的正整数,倒着输出它们的乘积. ...
- odoo接口
@http.route('/zimo_lunch/select/<string:db_name>', type='http', auth='none')def trash_demo(sel ...
- 分钟级搭建你的专属大数据平台 ——TDH 社区开发版免费来袭
星环科技TDH社区开发版集"开箱即用.分钟级部署.便捷开发"于一体,真正实现零门槛大数据开发体验!无需繁琐配置,只需一台机器,即可拥有企业级大数据平台的核心能力.目前,众多开发 ...
- const关键字和指针
const指针 const关键字 1.const int p const int p 与 int const p 是等价的. 用const修饰变量 p 时,则 p 成为只读变量,必须在定义的同时初始化 ...
- 制作语义分割数据集(VOC格式)
环境:python3.8 labelme=5.0.1 1.使用labelme标注工具 直接在命令行安装或者在anaconda下面新建虚拟环境安装(避免污染环境,不用的时候可以直接delete该环境) ...
- burpsuite插件-验证码识别插件使用教程
一.插件下载 下载最新插件与验证码识别端(captcha-killer-modified.jar.codereg.py) 使用Burp加载captcha-killer-modified.jar 安装p ...