Statistics: Descriptive Statistics: 2D Frequency Count/Binning
Compute frequencies for bivariate data
Minimum Origin Version Required: 8 SR0; accessible from script since 8.6 SR0.
twoDBinning iy:=col(B) x.bin:=0 x.order:=1 y.bin:=0 y.order:=1; twoDBinning iy:=col(B) x.periodical:=1 x.period:=36 x.border.outright:=1 y.periodical:=1 y.period:=44 y.border.outright:=1; twoDBinning iy:=col(b) x.min:=5 x.max:=65 x.inc:=10 y.min:=45 y.max:=90 y.inc:=10 stats:=max om:=<new> bar:=1 image:=1; twoDBinning iy:=(1,2) x.bin:=0 x.stepby:=1 x.intervals:=5 x.border.outright:=1 x.border.cmax:=1 x.order:=1 y.bin:=0 stats:=freq;
Please refer to the page for additional option switches when accessing the x-function from script
Input
XYRange
TreeNode
int
Option list:
Range
Output
ReportData
MatrixObject
Options Tree Details
For more information, please refer to our User Guide.
freqcounts