Histogram with variable bin width
provat
For example, I have a data set (1000 points) that range over 1 to 20. I want to make a histogram of these data set using user-defined variable bin width. For example,
bin1 x<5, bin2 515 (something like that).
Thanks
PS
HJ
June 16, 2017 at 02:08 am - Permalink
•// create bins wave:
•make /N=5 xBins={1,3,5,7,10}
•duplicate xxx,yyy
•yyy=1
•jointhistogram /xbwv=xbins xxx,yyy
MatrixOP/O hist1DResult=col(M_JointHistogram,0)
A.G.
WaveMetrics, Inc.
June 16, 2017 at 08:19 am - Permalink
June 16, 2017 at 09:13 pm - Permalink
June 19, 2017 at 11:40 am - Permalink