相关实验视频
Updated: Jun 29, 2025

05:37
An R-Based Landscape Validation of a Competing Risk Model
Published on: September 16, 2022
2.1K
检查你的异常值! 一个介绍如何识别R中的统计异常值,使用easystats
Rémi Thériault1, Mattan S Ben-Shachar2, Indrajeet Patil3
1Department of Psychology, Université du Québec à Montréal, Succursale Centre-Ville, C.P. 8888, Montréal, Québec, H3C 3P8, Canada. theriault.remi@courrier.uqam.ca.
Behavior research methods
|March 26, 2024
概括
这项研究通过为统计最佳实践提供实用的R软件实现来简化异常值的检测. 它涵盖了各种异常值类型和分析方法,促进透明的数据处理.
科学领域:
- 统计 统计 统计 统计
- 数据科学数据科学数据科学
- 计算统计学 计算统计学
背景情况:
- 保持与异常诊断和治疗的最佳实践是具有挑战性的.
- 实施推的异常值检测方法在数学上带来了额外的困难.
研究的目的:
- 提供当前关于异常值检测的建议和最佳实践的概述.
- 用 {performance} 包在 R 中展示这些方法的简单方便的实现.
- 涵盖单变量,多变量和基于模型的异常值检测技术.
主要方法:
- 统一变量,多变量和基于模型的统计异常值检测方法的概述.
- 在R中使用easystats生态系统的{performance}包进行实施演示.
- 讨论推的值,标准输出和绘图方法.
主要成果:
- 在R中的{performance}包提供了一种方便的方式来实施推的异常值检测实践.
- 该研究涵盖了各种统计异常值检测方法及其实际应用.
- 提供了关于推值的指导,输出解释和可视化.
结论:
- 该R {performance} 套件促进了先进异常值检测方法的实际应用.
- 处理不同类型的异常值 (排除与获利) 的透明度至关重要.
- 这项工作弥合了理论建议和实际统计软件实施之间的差距.
相关概念视频
Outliers and Influential Points
4.0K
An outlier is an observation of data that does not fit the rest of the data. It is sometimes called an extreme value. When you graph an outlier, it will appear not to fit the pattern of the graph. Some outliers are due to mistakes (for example, writing down 50 instead of 500), while others may indicate that something unusual is happening. Outliers are present far from the least squares line in the vertical direction. They have large "errors," where the "error" or residual is the...
4.0K
What Are Outliers?
3.8K
Outliers are observed data points that are far from the least squares line. They have unusual values and need to be examined carefully. Though an outlier may result from erroneous data, at other times, it may hold valuable information about the population under study and should be included in the data. Hence, it is crucial to examine what causes a data point to be an outlier.
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
3.8K
Quantifying and Rejecting Outliers: The Grubbs Test
1.6K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
1.6K
Detection of Gross Error: The Q Test
6.1K
When one or more data points appear far from the rest of the data, there is a need to determine whether they are outliers and whether they should be eliminated from the data set to ensure an accurate representation of the measured value. In many cases, outliers arise from gross errors (or human errors) and do not accurately reflect the underlying phenomenon. In some cases, however, these apparent outliers reflect true phenomenological differences. In these cases, we can use statistical methods...
6.1K
Introduction to R
266
R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
266
Statistical Analysis: Overview
6.6K
When we take repeated measurements on the same or replicated samples, we will observe inconsistencies in the magnitude. These inconsistencies are called errors. To categorize and characterize these results and their errors, the researcher can use statistical analysis to determine the quality of the measurements and/or suitability of the methods.
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
One of the most commonly used statistical quantifiers is the mean, which is the ratio between the sum of the numerical values of all results and the...
6.6K

