静态变数和非静态变数_统计资料:了解变数

静态变数和非静态变数

Statistics 101: Understanding the different type of variables.

统计101:了解变量的不同类型。

As we enter the latter part of the year 2020, it is safe to say that companies utilize data to assist in making business decisions. For example doing exploratory data analysis (EDA) to calculate statistics of where the business stands today, it may include a simple Linear Regression model to predict product prices in 2021. Perhaps it utilizes neither and instead uses clustering to determine relationships between data points. Regardless of how data is utilized, possessing a strong statistics background can only aid in the decision making process as to which approach is taken to best extract, hypothesize, and interpret data.

进入2020年下半年,可以肯定地说,公司利用数据来协助制定业务决策。 例如,进行探索性数据分析(EDA)以计算当前业务状况的统计数据,它可能包括一个简单的线性回归模型来预测2021年的产品价格。也许它既不使用也不用聚类来确定数据点之间的关系。 无论如何利用数据,拥有强大的统计背景都只能帮助决策过程确定采用哪种方法来最佳地提取,假设和解释数据。

With that being said let us start with the very basics of statistics: variables. Variables can be broken down into two different categories. Quantitative (Numerical) and Qualitative (Categorical). Quantitative variables can be further broken down into two subcategories: Continuous and Discrete.

话虽如此,让我们从统计学的最基本基础开始: 变量。 变量可以分为两个不同的类别。 定量(数字)和定性(分类)。 定量变量可以进一步细分为两个子类别: 连续和离散。

Image for post

Continuous quantitative variable can be defined as a numerical value that may fall within a large range to which one may say “well it could be anything.” Yes I know that may not make sense but lets utilize a few examples: numerical values such as age, weight, height, BMI are examples of continuous quantitative variables. These are examples of numbers that are always changing and may be within an extremely large range. You may be asking “Well age does not seem like it could fall within a range, if someone asked me how old I am I could answer with an exact number.” Well is that true? Remember age is a form of time, in which it is always changing, therefore age is considered a continuous quantitative variable as well.

连续定量变量可以定义为一个数值,该数值可能会落在一个很大的范围内,人们可能会说“好吧,它可以是任何东西”。 是的,我知道这可能没有意义,但让我们举几个例子: 年龄,体重,身高,BMI等数值是连续定量变量的例子。 这些是数字的示例,这些数字总是在变化,并且可能在非常大的范围内。 您可能会问:“如果有人问我年龄多大,我可以用确切的数字回答,似乎年龄不会落在一定范围内。” 那是真的吗? 请记住,年龄是时间的一种形式,它总是在变化,因此年龄也被视为连续的定量变量。

Discrete is an exact numerical value. When I think of discrete, I think of distinct. I think of an exact number. For example, if I was asked how much I spent today in dollars at the food truck. My response would be a distinct number.

离散是精确的数值。 当我想到离散时,我想到了独特。 我想到一个确切的数字。 例如,如果有人问我今天在食品卡车上花了多少美元。 我的回答是一个不同的数字。

Now let us discuss the categorical/qualitative variable. These variables represent a group of ordered/ranked or non-ordered/ranked set of values. For example utilizing high school class would be an example of categorical/qualitative data. Freshmen, Sophomore, Junior and Senior may be represented as 1 through 4 respectively.

现在让我们讨论分类/定性变量。 这些变量代表一组有序/排名或无序/排名的值。 例如,利用高中课程将是分类/定性数据的一个示例。 新生,大二,大三和大四分别可以代表1至4。

Image for post

Similar to quantitative numerical variables, qualitative categorical variables also have two subtypes: Ordinal and Nominal. Remember earlier I stated that this type of data may be represented in an order or sequence. That describes Ordinal categorical variables. A great example is on a scale of 1–5 with 5 being the worst pain rank how you feel. Nominal is the opposite of ordinal in which it lacks order or ranking. For example: If an individual is over 18 years old mark the 0 and if the individual is less than 18 mark the number 1. An order or ranking is not present for it to be considered an ordinal quantitative variable.

与定量数值变量相似,定性类别变量也有两个子类型: 序数和标称。 请记住,我之前曾说过,此类数据可以按顺序或顺序表示。 描述了序数分类变量。 一个很好的例子是1–5的评分,其中5是您的感觉最差的疼痛等级。 标称与序数相反,序数缺乏顺序或等级。 例如:如果一个人的年龄超过18岁,则将0标记为数字;如果一个人的年龄小于18,则将数字标记为1。不存在订单或排名,才能将其视为序数定量变量。

To recap: I spoke about two categories of variables and their subclasses. This concept is extremely important when utilizing data science to assist in making hypothesis, and conclusions on data to improve business processes.

回顾一下:我谈到了变量的两类及其子类。 当利用数据科学来帮助进行假设和结论以改善业务流程时,这个概念非常重要。

Thank You for Reading!

感谢您的阅读!

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

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

翻译自: https://medium.com/swlh/statistics-understanding-variables-9eccf1e8338

静态变数和非静态变数

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/391855.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

代码走查和代码审查_如何避免代码审查陷阱降低生产率

代码走查和代码审查Code reviewing is an engineering practice used by many high performing teams. And even though this software practice has many advantages, teams doing code reviews also encounter quite a few code review pitfalls.代码审查是许多高性能团队使用…

Zabbix3.2安装

一、环境 OS: CentOS7.0.1406 Zabbix版本: Zabbix-3.2 下载地址: http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm MySQL版本: 5.6.37 MySQL: http://repo.mysql.com/mysql-community-release-el7-5.noarch.r…

Warensoft Unity3D通信库使用向导4-SQL SERVER访问组件使用说明

Warensoft Unity3D通信库使用向导4-SQL SERVER访问组件使用说明 (作者:warensoft,有问题请联系warensoft163.com) 在前一节《warensoft unity3d通信库使用向导3-建立WarensoftDataService》中已经说明如何配置Warensoft Data Service,从本节开始,将说明…

01-gt;选中UITableViewCell后,Cell中的UILabel的背景颜色变成透明色

解决方案有两种方法一 -> 新建一个UILabel类, 继承UILabel, 然后重写 setBackgroundColor: 方法, 在这个方法里不做任何操作, 让UILabel的backgroundColor不发生改变.写在最后, 感谢参考的出处:不是谢志伟StackOverflow: UITableViewCell makes labels background clear whe…

leetcode 703. 数据流中的第 K 大元素(堆)

设计一个找到数据流中第 k 大元素的类(class)。注意是排序后的第 k 大元素,不是第 k 个不同的元素。 请实现 KthLargest 类: KthLargest(int k, int[] nums) 使用整数 k 和整数流 nums 初始化对象。 int add(int val) 将 val 插…

不知道输入何时停止_知道何时停止

不知道输入何时停止In predictive analytics, it can be a tricky thing to know when to stop.在预测分析中,知道何时停止可能是一件棘手的事情。 Unlike many of life’s activities, there’s no definitive finishing line, after which you can say “tick, I…

移动认证_如何在移动设备上实施安全的生物特征认证

移动认证by Kathy Dinh凯西丁(Kathy Dinh) 如何在移动设备上实施安全的生物特征认证 (How to implement secure Biometric Authentication on mobile devices) A quick search for React Native biometric authentication would give you several tutorials. That was the fir…

[Luogu1890]gcd区间

原题链接https://www.luogu.org/problem/show?pid1890 暴力中的暴力。 对于每一组询问l..r,我们先循环暴力枚举l..r中最大值到1,再暴力循环l..r的每一个数,判断前一重循环能否整除后一重,如果全部都能,则可判定它就是…

Android Studio自定义模板 做开发竟然可以如此轻松 后篇

###1.概述 最近有很多人反馈,有些哥们不喜欢看文字性的东西,还有一些哥们根本就不知道我在搞啥子,那么以后我就采用博客加视频的方式,我们可以选择看视频讲解:http://pan.baidu.com/s/1i5uh2uD   内涵段子项目资料及…

ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked.

ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. 解决方案: 异步更新(建议使用)强制进行变更检测,但是会触发子组件的变更检测,再次导致父组件属性改变Parent.Component.…

leetcode 119. 杨辉三角 II

给定一个非负索引 k,其中 k ≤ 33,返回杨辉三角的第 k 行。 在杨辉三角中,每个数是它左上方和右上方的数的和。 示例: 输入: 3 输出: [1,3,3,1] 解题思路 因为杨辉三角的下层由上一层决定,所以只需要保存上一层的元素&#x…

掌握大数据数据分析师吗?_要掌握您的数据吗? 这就是为什么您应该关心元数据的原因...

掌握大数据数据分析师吗?Either you are a data scientist, a data engineer, or someone enthusiastic about data, understanding your data is one thing you don’t want to overlook. We usually regard data as numbers, texts, or images, but data is more than that.…

react 使用 mobx_如何使用React和MobX状态树构建基于状态的路由器

react 使用 mobxby Miles Till由Miles Till 如何使用React和MobX状态树构建基于状态的路由器 (How to build a state-based router using React and MobX State Tree) Introducing mobx-state-tree-routerMobx状态树路由器简介 If you want to skip ahead to the finished ex…

docker在Centos上的安装

Centos6安装docker 系统:centos6.5 内核:3.10.107-1(已升级),docker对RHEL/Centos的最低内核支持是2.6.32-431,epel源的docker版本推荐内核为3.10版本。 内核升级可参考:https://www.jslink.org/linux/centos-kernel-u…

Lambda表达式的前世今生

Lambda 表达式 早在 C# 1.0 时,C#中就引入了委托(delegate)类型的概念。通过使用这个类型,我们可以将函数作为参数进行传递。在某种意义上,委托可理解为一种托管的强类型的函数指针。 通常情况下,使用委托来…

matplotlib柱状图、面积图、直方图、散点图、极坐标图、箱型图

一、柱状图 1.通过obj.plot() 柱状图用bar表示,可通过obj.plot(kindbar)或者obj.plot.bar()生成;在柱状图中添加参数stackedTrue,会形成堆叠图。 fig,axes plt.subplots(2,2,figsize(10,6)) s pd.Series(np.random.randint(0,10,15),index …

微信支付商业版 结算周期_了解商业周期

微信支付商业版 结算周期Economics is an inexact science, finance and investing even more so (some would call them art). But if there’s one thing in economics that you can consistently count on over the long run, it’s the tendency of things to mean revert …

leetcode 448. 找到所有数组中消失的数字

给定一个范围在 1 ≤ a[i] ≤ n ( n 数组大小 ) 的 整型数组,数组中的元素一些出现了两次,另一些只出现一次。 找到所有在 [1, n] 范围之间没有出现在数组中的数字。 您能在不使用额外空间且时间复杂度为O(n)的情况下完成这个任务吗? 你可以假定返回…

前端初学者开发学习视频_初学者学习前端开发的实用指南

前端初学者开发学习视频by Nikita Rudenko通过尼基塔鲁登科(Nikita Rudenko) 初学者学习前端开发的实用指南 (A practical guide to learning front end development for beginners) I started my coding journey in spring 2018, a bit less than one year ago. I earned som…

weblogic启动失败案例(root启动引起的权限问题)

weblogic的一个domain启动失败,在日志中有如下信息提示: **************************************************** To start WebLogic Server, use a username and ** password assigned to an admin-level user. For ** server administration, us…