Statistical Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
(10 intermediate revisions by the same user not shown)
Line 8: Line 8:
* Unique Median
* Unique Median
* standard deviation
* standard deviation
* [[Regression|Regression]] and [[Regression#Linear_Regression|Linear Regression]].
* <span id='Regression'></span>[[Regression|Regression]] and [[Regression#Linear_Regression|Linear Regression]].
* correlation
** Dependent variable (criterion)
** Independent variable (predictor)
 
* [[Classification]]
 
* [[Bayes Rule]]
* [[Bayes Rule]]
* [[Percentile]]
* Scatter Plot
* Scatter Plot
* Linearity (linear exact or not exact)
* Linearity (linear exact or not exact)
Line 42: Line 47:
* Continous Probability Distribution.
* Continous Probability Distribution.
* Density of probability
* Density of probability
* Correlation vs. Causation
 
* Variables
* Definition of correlation (Is correlation injectivity?)
* Confounding variable.
* Estimators
* Estimators
* Laplacian estimator
* Laplacian estimator
Line 56: Line 58:
* Standard Deviation
* Standard Deviation
* Standard Score
* Standard Score
* 95% percentile.
 
 
* [[Time Series]]
 
==Correlation and Causation==
 
* Correlation vs. Causation
* Variables
* Definition of correlation (Is correlation injectivity?)
* Confounding variable.
* https://en.wikipedia.org/wiki/Correlation_does_not_imply_causation
* Even if there is no causation, correlation can be used in prediction.


=TODO=
=TODO=
Line 62: Line 75:


* Relocate Continous Functions
* Relocate Continous Functions
* Granger causality test https://en.wikipedia.org/wiki/Granger_causality

Revision as of 19:31, 5 April 2024

Internal

Concepts

  • Mean/Median/Mode. Difference between mean and average.
  • Unique Median
  • standard deviation
  • Regression and Linear Regression.
    • Dependent variable (criterion)
    • Independent variable (predictor)
  • Bayes Rule
  • Percentile
  • Scatter Plot
  • Linearity (linear exact or not exact)
  • Positive and negative linear relationship.
  • Outlier
  • Deviation
  • Noise - deviation from a linear graph.
  • Monotonicity.
  • Bar Charts. Applies to 2D data.
  • Global trends.
  • Historgram. A bar chart where the vertical axis is a frequency count, as a function of the range. Applies to 1D data.
  • Frequency Count
  • Pie charts - represent relative outcomes.
  • Unrelated data
  • Simpson's paradox
  • Be skeptical and really understand how to turn raw data into conclusions.
  • Probability - the opposite of statistics.
  • P() notation
  • Truth table
  • Probability of a composite event (independence)
  • Dependence
  • Conditional probability
  • Conditional probability notation - important for Bayes Rule
  • Total probability
  • Bayes Rule
    • Prior probability
    • Unreliable measurement (Sensitivity/Specificity)
    • Joint probabilty
    • Posterior probabilty
  • Probability Distribution
  • Continous Probability Distribution.
  • Density of probability
  • Estimators
  • Laplacian estimator
  • Empirical (observational) frequency
  • Maximum likelihood estimator
  • Dirichelet data
  • Laplacian Estimator
  • Mode, bimodal, multimodal
  • Variance
  • Standard Deviation
  • Standard Score


Correlation and Causation

TODO