SciTech-Mathematics-Probability+Statistics-{Problem,Study,Experiment,Conclusion}-Variables: Confounding/Controlled/{Antecedent,Manipulated,Moderating,Intervening,Response}/Extraneous
Problem>Study>Experiment>Conclusion
Study:
- Communication and Networking: Beliefs, Interests, Requirements.
- Organization: Individuals with common goals.
- Strategy: based on certainty, reduce uncertainty also risk.
- Plan: Management
Experiment :
An experiment is a controlled scientific study.{Conditions,Processes,Outcomes}
- In statistics, we often conduct experiments to understand how changing one variable affects another variable.
- Goal: The goal of an experiment is to "keep" all variables "constant except for" the manipulated variable so that we can attribute any change in the response variable to the changes made in the manipulated variable.
controlled variable : a variable that are intentionally kept constant.
manipulated variable
a variable that we "change or manipulate" to see how that change "affects" some other variable.
it is also sometimes called an independent variable.
response variable
The variable that changes as a result of the manipulated variable being changed.
It is sometimes called a dependent variable because its value often depends on the value of the "manipulated variable".
Variables: Qualitative or Quantitative.
- Qualitative variables are variables that take on names or labels.
Examples include:Gender(Male or Female), Education Level(Bachelor's Degree, Master's Degree, Doctor's Degree, etc.), Marital Status(Single, Married, Divorced) - Quantitative variables are variables that take on numerical values.
Examples include: Age, Height, Square Footage, Population Size
SciTech-Mathematics-Probability+Statistics
Confounding
Confounding variable: A variable that is not included in an experiment,
yet affects the relationship between the two variables(dependent and independent) in an experiment.
This type of variable can confound the results of an experiment and lead to unreliable findings.
it can confound the results of a study and make it appear that there exists "some type of cause-and-effect" relationship between two variables that doesn't actually exist.
In order for a variable to be a confounding variable, it must meet the following requirements:- It must be correlated with the independent variable.
- It must have a causal relationship with the dependent variable.
Moderating Variable
moderating variable is a type of variable that affects the relationship between a dependent variable and an independent variable.- Moderating variables can be qualitative or quantitative.
- Moderating variables can affect the relationship between an independent and dependent variable in a variety of ways.
Moderating variables can have the following effects: Strengthen/Weaken/Negate the relationship between two variables.
Depending on the situation, a moderating variable can moderate the relationship between two variables in many different ways.
Antecedent
A variable that occurs before the independent and dependent variables under study and can help explain the relationship between the two.
You can remember this definition by remembering that the word "antecedent" literally means "previous or preexisting".Intervening
Intervening variables pop up in many different research situations.
Variables that come between independent and dependent variables and have a direct effect on the relationship between the two.
Often this type of variable can appear when researchers are studying the relationship between two variables and don't realize that another variable is actually intervening in the relationship.Extraneous
Variables that are not of interest in a study, but can affect both the independent and dependent variables.
Manipulated variable
Often in experiments there are also controlled variables, which are variables that are intentionally kept constant.
The goal of an experiment is to keep all variables constant except for the manipulated variable so that we can attribute any change in the response variable to the changes made in the manipulated variable.
Let's check out a couple examples of different experiments to gain a better understanding of manipulated variables.
Figure0 | Example 1 | Example 2 |
---|---|---|
![]() |
![]() |
![]() |
Example 1: Free-Throw Shooting
- Suppose a basketball coach wants to conduct an experiment, to determine if three different shooting techniques affect the free-throw percentage of his players.
- He divides his team into three groups and has each group use a different technique to shoot 100 free-throws.
- He then records the average free-throw percentage for each group.
In this experiment, we would have the following variables:
- Manipulated variable: The shooting technique.
This is the variable that we manipulate to see how it affects free-throw percentage. - Response variable: The free-throw percentage.
This is the variable that changes as a result of the manipulated variable being changed. - Controlled variables:
We would want to make sure that each of the three groups shoot free-throws under the same conditions.
So, variables that we might control include (1) gym lighting, (2) time of day, and (3) gym temperature.
Example 2: Exam Scores
- Suppose a teacher wants to understand how the number of hours spent studying affects exam scores.
- She intentionally has groups of students study for 1, 2, 3, 4, or 5 hours prior to an exam.
She then has each group take the same exam and records the average scores for each group.
In this experiment, we would have the following variables:
- Manipulated variable: The number of hours spent studying.
This is the variable that the teacher manipulates to see how it affects exam scores. - Response variable: The exam scores.
This is the variable that changes as a result of the manipulated variable being changed. - Controlled variables:
We would want to make sure that each of the groups of students take the exam under the same conditions.
So, variables that we might control include (1) time available to complete exam, (2) number of breaks given during exam, and (3) time of day when exam is administered.
SciTech-Mathematics-Probability+Statistics-{Problem,Study,Experiment,Conclusion}-Variables: Confounding/Controlled/{Antecedent,Manipulated,Moderating,Intervening,Response}/Extraneous的更多相关文章
- Probability&Statistics 概率论与数理统计(1)
基本概念 样本空间: 随机试验E的所有可能结果组成的集合, 为E的样本空间, 记为S 随机事件: E的样本空间S的子集为E的随机事件, 简称事件, 由一个样本点组成的单点集, 称为基本事件 对立事件/ ...
- How do I learn mathematics for machine learning?
https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning How do I learn mathematics f ...
- 实验9:Problem G: 克隆人来了!
想要输出""的话: cout<<"A person whose name is \""<<name<<" ...
- 概率论 --- Uva 11181 Probability|Given
Uva 11181 Probability|Given Problem's Link: http://acm.hust.edu.cn/vjudge/problem/viewProblem.acti ...
- 实验12:Problem I: 成绩排序
Home Web Board ProblemSet Standing Status Statistics Problem I: 成绩排序 Problem I: 成绩排序 Time Limit: 1 ...
- 实验12:Problem H: 整型数组运算符重载
Home Web Board ProblemSet Standing Status Statistics Problem H: 整型数组运算符重载 Problem H: 整型数组运算符重载 Tim ...
- 实验12:Problem F: 求平均年龄
Home Web Board ProblemSet Standing Status Statistics Problem F: 求平均年龄 Problem F: 求平均年龄 Time Limit: ...
- 实验12:Problem C: 重载字符的加减法
Home Web Board ProblemSet Standing Status Statistics Problem C: 重载字符的加减法 Problem C: 重载字符的加减法 Time ...
- 实验12:Problem J: 动物爱好者
#define null ""是用来将字符串清空的 #define none -1是用来当不存在这种动物时,返回-1. 其实这种做法有点多余,不过好理解一些. Home Web B ...
- 实验12:Problem G: 强悍的矩阵运算来了
这个题目主要是乘法运算符的重载,卡了我好久,矩阵的乘法用3个嵌套的for循环进行,要分清楚矩阵的乘法结果是第一个矩阵的行,第二个矩阵的列所组成的矩阵. 重载+,*运算符时,可以在参数列表中传两个矩阵引 ...
随机推荐
- EFCore多数据库合并查询分页
EFCore多数据库合并查询分页 参照:二个表的数据 如何做分页?_两个表排序分页_深圳市热心市民市民的博客-CSDN博客 基本情况介绍:由于系统迭代,部分收藏表在老系统的数据库,部分在新api接口的 ...
- kali安装charles
00X01 kali安装charles wget -q -O - http://www.charlesproxy.com/packages/apt/PublicKey | sudo apt-key a ...
- SpringBoot项目创建的三种方式
目录 1 通过官网创建 2 通过IDEA脚手架创建 2.1 IDEA新建项目 2.2 起Group名字,选择Java版本,点击Next 2.3 选择Web依赖,选择Spring Web,确认Sprin ...
- 鸿蒙NEXT开发实战教程—小红书app
幽蓝君最近发现小红书是个好东西,一定要多逛 今天就浅浅模仿一下小红书app,主要是底部tab栏和主页部分. 首先看一下tabbar,由于中间有一个红色按钮的存在,所以这里我使用自定义导航栏来实现,自定 ...
- DrissionPage采集抖音搜索结果详情信息及各视频的评论详情
目前正在做的一个项目,因为涉及到社交媒体的相关数据,在采集douyin数据的时候接触到了DrissionPage这个库,相对于该帖子发布的时间来说,该库的时效性较新,且目前在数据采集领域也属于较为新颖 ...
- flannel,canal,网络控制
docker网络: bridge 自连网络名称空间 joined 与另外容器共享使用网络名称空间 open 容器直接共享宿主机的网络名称空间 none 不使用任何网络名称空间 k8s网络通信模型 容器 ...
- c++并发编程实战-第4章 并发操作的同步
等待事件或等待其他条件 坐车案例 想象一种情况:假设晚上坐车外出,如何才能确保不坐过站又能使自己最轻松? 方法一:不睡觉,时刻关注自己的位置 1 #include <iostream> 2 ...
- SpringSecurity配置 1
spring security整合步骤 过滤器链 SpringSecurity的本质就是一个过滤器链,内部包含了提供各种功能的过滤器,基本案例中的过滤器链如下图所示: UsernamePassword ...
- E. Level Up
E. Level Up 题意 玩家初始等级为 \(1\), 有 \(n\) 只怪物,每个怪物有一个等级 \(a_i\), 如果怪物等级高于你,则你们会战斗,战斗后经验加1,否则怪物会逃跑,你不会获得经 ...
- qt中常用lambda表达式
qt中lambda表达式 什么是lambda 个人理解:没有函数名的函数 qt中使用基础 备注:都是在qt5中做的使用,我的qt版本是qt5.11.3 pro文件中 config+=c++11 常见的 ...