|
|
|||
|
|
|
HistogramList | ![]() |
| HistogramList gives a list of bins and histogram heights of the values |
| HistogramList gives a list of bins and histogram heights of the values |
| HistogramList gives a list of bins and histogram heights with bins specified by bspec. |
| HistogramList gives a list of bins and histogram heights with bin heights computed according to the specification hspec. |
| n | use n bins | |
| {w} | use bins of width w | |
| {min,max,w} | use bins of width w from min to max | |
| {{b1,b2,...}} | use bins | |
| Automatic | determine bin widths automatically | |
| "name" | use a named binning method | |
| {"Log",bspec} | apply binning bspec on log-transformed data | |
| fw | apply fw to get an explicit bin specification | |
| {xspec,yspec,...} | give different x, y, etc. specifications |
| "Sturges" | compute the number of bins based on the length of data | |
| "Scott" | asymptotically minimize the mean square error | |
| "FreedmanDiaconis" | twice the interquartile range divided by the cube root of sample size | |
| "Knuth" | balance likelihood and prior probability of a piecewise uniform model | |
| "Wand" | one-level recursive approximate Wand binning |
| "Count" | the number of values lying in each bin | |
| "CumulativeCount" | cumulative counts | |
| "SurvivalCount" | survival counts | |
| "Probability" | fraction of values lying in each bin | |
| "PDF" | probability density function | |
| "CDF" | cumulative distribution function | |
| "SF" | survival function | |
| "HF" | hazard function | |
| "CHF" | cumulative hazard function | |
| fh | heights obtained by applying fh to bins and counts |