Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / statistics

Statistics

statistics

Great Reads

by Andy Allinger
Introduces data clustering and the k-means++ algorithm
by Miguel Diaz Kusztrich
Using R to explore complexity of time series generated by simple process
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 Miguel Diaz Kusztrich
Complete algorithm for correspondence analysis to add to your own statistical class clibrary

Latest Articles

by Andy Allinger
Introduces data clustering and the k-means++ algorithm
by Miguel Diaz Kusztrich
Using R to explore complexity of time series generated by simple process
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 Miguel Diaz Kusztrich
Complete algorithm for correspondence analysis to add to your own statistical class clibrary

All Articles

Sort by Score

statistics 

by Andy Allinger
Introduces data clustering and the k-means++ algorithm
by Miguel Diaz Kusztrich
Using R to explore complexity of time series generated by simple process
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 Miguel Diaz Kusztrich
Complete algorithm for correspondence analysis to add to your own statistical class clibrary
by Andy Allinger
Add features to k-means for missing data, mixed data, and choosing the number of clusters
by Darko Jurić
Discrete Kalman Filter brief tutorial with samples in C#
by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
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.