Click here to Skip to main content
15,867,977 members
Everything / Statistics

Statistics

statistics

Great Reads

by Andy Allinger
Add features to k-means for missing data, mixed data, and choosing the number of clusters
by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
by Jack Devey
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.

Latest Articles

by Jack Devey
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.
by Andy Allinger
Add features to k-means for missing data, mixed data, and choosing the number of clusters
by DrABELL
Statistical Outliers detection in Microsoft Excel worksheet using Median() and array formula
by Andy Allinger
Introduces data clustering and the k-means++ algorithm

All Articles

Sort by Score

Statistics 

7 Jun 2023 by Andy Allinger
Add features to k-means for missing data, mixed data, and choosing the number of clusters
27 Apr 2015 by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
13 Mar 2017 by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
22 Nov 2016 by Miguel Diaz Kusztrich
Using R to explore complexity of time series generated by simple process
8 Dec 2016 by rerhart585
Using SQLite, leverage the create_aggregate(), and SQL's Between Operator to create a Normal Probability Distribution Histogram, or what is more commonly referred to as a Bell Curve.
14 Jun 2017 by Andy Allinger
Introduces data clustering and the k-means++ algorithm
15 Jan 2015 by Darko Jurić
Discrete Kalman Filter brief tutorial with samples in C#
30 Oct 2016 by Miguel Diaz Kusztrich
Complete algorithm for correspondence analysis to add to your own statistical class clibrary