notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ddd67b15edc7c7fdc3ce773c0c7c77350a2ff3a4
parent 948b8b94ed8f2dc70a04a1634a403fcdb060ec2a
Author: Andrew <andrewlaack1@gmail.com>
Date:   Fri,  5 Jul 2024 13:22:38 -0500

Took notes about general stats stuff

Diffstat:
ACumulativeRelativeFrequency.md | 8++++++++
AIQR.md | 10++++++++++
AIndividuals.md | 8++++++++
APercentile.md | 8++++++++
APictograph.md | 8++++++++
MProbability.md | 4++--
DStatistics.md | 35-----------------------------------
AStatisticsAndProbability.md | 42++++++++++++++++++++++++++++++++++++++++++
AStemAndLeafPlot.md | 8++++++++
AVariables.md | 8++++++++
Mindex.md | 2+-
11 files changed, 103 insertions(+), 38 deletions(-)

diff --git a/CumulativeRelativeFrequency.md b/CumulativeRelativeFrequency.md @@ -0,0 +1,8 @@ +:stats: +# Cumulative Relative Frequency + +Khan + +## Notes + +**Definition:** The cumulative relative frequency of some value is all prior probabilities added up along with the current value's probability. diff --git a/IQR.md b/IQR.md @@ -0,0 +1,10 @@ +:stats: +# IQR (Inter Quartile Range) + +Khan + +## Notes + +**Definition:** The IQR is the difference between the 75th percentile and 25th percentile as a value. + +This is also called the midspread, fourth spread, or H-spread. diff --git a/Individuals.md b/Individuals.md @@ -0,0 +1,8 @@ +:stats: +# Individuals + +Khan + +## Notes + +**Definition:** The individuals of a dataset are the objects being studied. diff --git a/Percentile.md b/Percentile.md @@ -0,0 +1,8 @@ +:stats: +# Percentile + +Khan + +## Notes + +**Definition:** Percentile is the percent of data that is below the specified amount or at or below the amount. diff --git a/Pictograph.md b/Pictograph.md @@ -0,0 +1,8 @@ +:stats: +# Pictograph + +Khan + +## Notes + +**Definition:** A picture representation of statistics such as a chart, graph, or something else. diff --git a/Probability.md b/Probability.md @@ -1,5 +1,5 @@ -:stats: -# Probability (probability measure) +:prob: :stats: +# Probability Stats CH1 diff --git a/Statistics.md b/Statistics.md @@ -1,35 +0,0 @@ -:stats: -# Statistics - -Links to Stats Notes - -## Questions I would like to answer - -1. How do I create linear regression models with formulas and why does it work? - -## Main Links - -[[Probability.md]] -[[SetFunction.md]] -[[MonotonicFunction.md]] -[[ProbabilityDensityFunctions.md]] -[[BinomialDistribution.md]] -[[PoissonDistribution.md]] -[[ExponentialDistribution.md]] -[[NormalDistribution.md]] -[[Variance.md]] -[[ConditionalProbabilities.md]] -[[JointProbability.md]] -[[MarginalProbabilities.md]] -[[Covariance.md]] -[[Correlation.md]] -[[Quantile.md]] -[[ExploratoryDataAnalysis.md]] -[[DensityEstimation.md]] -[[Bandwidth.md]] -[[Oversmooothing.md]] -[[Undersmoothing.md]] -[[Boxplots.md]] -[[Crosstabulation.md]] -[[MosaicPlot.md]] -[[BayesianInference.md]] diff --git a/StatisticsAndProbability.md b/StatisticsAndProbability.md @@ -0,0 +1,42 @@ +:stats: :prob: +# Statistics and probability + +Links to Stats Notes + +## Questions I would like to answer + +1. How do I create linear regression models with formulas and why does it work? + +## Main Links + +[[Probability.md]] +[[SetFunction.md]] +[[MonotonicFunction.md]] +[[ProbabilityDensityFunctions.md]] +[[BinomialDistribution.md]] +[[PoissonDistribution.md]] +[[ExponentialDistribution.md]] +[[NormalDistribution.md]] +[[Variance.md]] +[[ConditionalProbabilities.md]] +[[JointProbability.md]] +[[MarginalProbabilities.md]] +[[Covariance.md]] +[[Correlation.md]] +[[Quantile.md]] +[[ExploratoryDataAnalysis.md]] +[[DensityEstimation.md]] +[[Bandwidth.md]] +[[Oversmooothing.md]] +[[Undersmoothing.md]] +[[Boxplots.md]] +[[Crosstabulation.md]] +[[MosaicPlot.md]] +[[BayesianInference.md]] +[[Individuals.md]] +[[Variables.md]] +[[Pictograph.md]] +[[StemAndLeafPlot.md]] +[[Percentile.md]] +[[CumulativeRelativeFrequency.md]] +[[IQR.md]] diff --git a/StemAndLeafPlot.md b/StemAndLeafPlot.md @@ -0,0 +1,8 @@ +:stats: +# Stem and Leaf Plot + +Khan + +## Notes + +**Definition:** In a stem and leaf plot we have the left side where there is a stem and the right side where there is a leaf. The stem is the base value, as an example 1 and the right is a list of instances where the variable is some value in the range as an example 9. This element would mean there was some instance with a value of 19. diff --git a/Variables.md b/Variables.md @@ -0,0 +1,8 @@ +:stats: +# Variables + +Khan + +## Notes + +**Definition:** Variables are characteristics that can in some way be measure, counted, or categorized. diff --git a/index.md b/index.md @@ -16,7 +16,7 @@ This is the index for my main note classifications. I will maintain this as a ho [[ComputerArchitecture.md]] [[MachineLearning.md]] -[[Statistics.md]] +[[StatisticsAndProbability.md]] [[LinuxStuff.md]] [[ModelNotes.md]] [[LinearAlgebra.md]]