15,946,320 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
The default search term operator is
OR
for a simple list of search terms.
Any selected filters such as document type, tags, categories, etc. are ANDed to the query in the search box.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
10 Results
Filters
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Projects
Assets
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Votes (Hi - Lo)
Votes (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
More Filters
Article Topics
All Topics
Artificial Intelligence
Internet of Things
DevOps
Containers
High Performance Computing
Hosted Services
Security
Web Development
Mobile Apps
Desktop Programming
Database Development
Productivity Apps and Services
Game Development
Multimedia
General Programming
Programming Languages
Article License
All Licenses
Ms-RL
Custom
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Page 1 of 1
Page Size:
10
·
25
·
50
Tag filtered by: statistics
❌
Unveiling the Counterintuitive Nature of the Monty Hall Problem - A Simulation-Based Investigation
13 Jun 2023
by
Jack Devey
license:
CPOL
This post delves into the perplexing Monty Hall paradox, examining the probabilities associated with sticking or switching doors in the game scenario.
Programming Languages
»
Python
Python
script
analysis
mathematics
random
statistics
Intermediate Data Clustering with k-means
Please
Sign up or sign in
to vote.
7 Jun 2023
by
Andy Allinger
license:
Public Domain
Add features to k-means for missing data, mixed data, and choosing the number of clusters
Artificial Intelligence
»
Machine Learning
C
text
R
statistics
machine-learning
FORTAN
Statistical Outliers Detection: Worksheet Solution
Please
Sign up or sign in
to vote.
23 Mar 2019
by
DrABELL
license:
CPOL
Statistical Outliers detection in Microsoft Excel worksheet using Median() and array formula
Productivity Apps and Services
»
Microsoft Office
»
Microsoft Excel
MS-Excel
mathematics
statistics
Beginning data clustering
Please
Sign up or sign in
to vote.
14 Jun 2017
by
Andy Allinger
license:
Public Domain
Introduces data clustering and the k-means++ algorithm
Artificial Intelligence
»
Machine Learning
C
algorithm
clustering
statistics
machine-learning
FORTAN
Implementation of Gauss–Newton Algorithm in Java
Please
Sign up or sign in
to vote.
13 Mar 2017
by
Ata Amini
license:
CPOL
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
Programming Languages
»
Java
»
Java Se
Java
JavaSE
statistics
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
Please
Sign up or sign in
to vote.
8 Dec 2016
by
rerhart585
license:
CPOL
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.
Programming Languages
»
Python2.7
WinXP
Win2003
Vista
Windows
Linux
Python
, +
From Stationarity to Randomness through Chaos
Please
Sign up or sign in
to vote.
22 Nov 2016
by
Miguel Diaz Kusztrich
license:
CPOL
Using R to explore complexity of time series generated by simple process
Artificial Intelligence
»
Neural Networks
data
mathematics
neural-network
R
statistics
signal-processing
Implementing correspondence analysis with C#
Please
Sign up or sign in
to vote.
30 Oct 2016
by
Miguel Diaz Kusztrich
license:
CPOL
Complete algorithm for correspondence analysis to add to your own statistical class clibrary
Programming Languages
»
C#
C#
.NET
data
VS2013
statistics
Object Tracking: Particle Filter with Ease
Please
Sign up or sign in
to vote.
27 Apr 2015
by
Darko Jurić
license:
LGPL3
SIR Particle Filter brief tutorial with samples in C#
Artificial Intelligence
»
Computer Vision
C#
.NET
C#5.0
image-processing
statistics
computer-vision
Object Tracking: Kalman Filter with Ease
Please
Sign up or sign in
to vote.
15 Jan 2015
by
Darko Jurić
license:
LGPL3
Discrete Kalman Filter brief tutorial with samples in C#
Artificial Intelligence
»
Computer Vision
C#
.NET
C#5.0
image-processing
statistics
computer-vision
Page 1 of 1
First
·
Prev
·
Next
·
Last