Difference between revisions of "Statistics"

(New page: Statistics is the science of experimental design and data analysis. People outside the disciplines of Probability and Statistics often confuse the two areas, but in fact th...)
 
m (Statistical Procedures)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Statistics is the [[science]] of [[experimental design]] and [[data analysis]]. People outside the disciplines of [[Probability]] and Statistics often confuse the two areas, but in fact they are distinct. Probability provides the theoretical foundation for statistics, but also deals with other topics as well.
 
  
Topics normally covered in statistics subjects include the design of [[experiments]], summarising [[data]], testing [[hypotheses]] (i.e. statistical [[inference]]), and the presentation of results. Some common statistical methods include [[Analysis of Variance (ANOVA)]], and [[Data Mining]].
+
==General==
 +
Statistics is the distinct branch of mathematical science that deals with obtaining, analyzing, and drawing conclusions about a [[data|data set]]. "Applied statistics" is a subset of statistics that deals primarily with statistical analysis on information gathered from an experiment. Most data sets from statistics are from [[sample (statistics)|samples]] from a much larger [[population (statistics)|population]] size. ""Inferential statistics"" is used to draw inferences from the data after statistical procedures have been performed. Statistics is not to be confused with [[probability]].
  
 +
Data usually follow the [[normal distribution]], the [[Chi-Square distribution]], the [[Student's t-distribution]], or the [[F-distribution]].
  
 +
Statistics can also be misleading, as shown in the classic book ''How to Lie with Statistics'' by Darrell Huff.
 +
 +
==Statistical Procedures==
 +
Here is a list of common statistical procedures, used to analyze and draw conclusions on a given set of data. Some are dependent on whether the sample data set came from a population with known [[parameters]], like a [[normal distribution]], while others are [[non-parametric tests]]
 +
 +
* [[z-test]]
 +
* [[t-test]]
 +
* [[Analysis of Variance test]]
 +
* [[Mann-Whitney U-Test]]
 +
* [[runs test for randomness]]
 +
* [[Chi-Square Test]]
 +
* [[Kruskal-Wallis H-test]]
 +
 +
==Significance==
 +
The significance of a data set tells whether the data set or group is out of the ordinary(special/non-random). This is usually the main objective of statistics.
 +
 +
[[category:Statistics]]
 
{{stub}}
 
{{stub}}

Latest revision as of 22:42, 13 February 2016

General

Statistics is the distinct branch of mathematical science that deals with obtaining, analyzing, and drawing conclusions about a data set. "Applied statistics" is a subset of statistics that deals primarily with statistical analysis on information gathered from an experiment. Most data sets from statistics are from samples from a much larger population size. ""Inferential statistics"" is used to draw inferences from the data after statistical procedures have been performed. Statistics is not to be confused with probability.

Data usually follow the normal distribution, the Chi-Square distribution, the Student's t-distribution, or the F-distribution.

Statistics can also be misleading, as shown in the classic book How to Lie with Statistics by Darrell Huff.

Statistical Procedures

Here is a list of common statistical procedures, used to analyze and draw conclusions on a given set of data. Some are dependent on whether the sample data set came from a population with known parameters, like a normal distribution, while others are non-parametric tests

Significance

The significance of a data set tells whether the data set or group is out of the ordinary(special/non-random). This is usually the main objective of statistics. This article is a stub. Help us out by expanding it.