-
November 18th, 2024, 11:30 PM
#1
histogram statistical analysis
hi,
how to gather interval width and number of classes from a histogram of a large array.
-
November 23rd, 2024, 05:33 PM
#2
Re: histogram statistical analysis
To find the interval width, you just divide the range (max value - min value) of the data by the number of classes (bars in the histogram). For the number of classes, a common starting point is to use Sturges' formula: k = 1 + 3.322 log10(n), where n is the number of data points.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|