Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
calc_histogram [2012/11/23 20:32]
admin [Notes]
calc_histogram [2012/11/23 23:49]
127.0.0.1 external edit
Line 24: Line 24:
 ===== Notes ===== ===== Notes =====
  
-It is possible to calculate a relative ​histogram ​of the cumulative values ​setting ​both inputs ​"​Cumulative"​ and "​Relative" ​to true.+It also possible to calculate a histogram ​relative to the cumulative values. To do this, set both input flags ("​Cumulative"​ and "​Relative"​).
  
-When the "​Interval Width" is different from one, the input values are remapped ​into new values ​according to the expression below to speed up the calculation.+When the "​Interval Width" is different from one, the input values are remapped according to the expression below to speed up the calculation.
  
-<m>value´=delim{|}{value/​width}{|}*width</​m>,​ where //value´// is the new value, //value// is the value present in the input map and //width// is the width of the interval.+<m>value2 ​=delim{|}{value/​width}{|}*width</​m>,​ where //value2// is the resulting ​value, //value// is the value present in the input map and //width// is the "​Interval Width".
  
-Because of this remapping, the lower and upper limits present in the resulting histogram can be lower and greater, respectively, ​than the lower and upper limits present ​in the input map.   ​+Because of the remapping, the lower limit of the resulting histogram can be lower than the minimum value in the input map. The upper limit of the histogram can be greater than the maximum value in the input map.
  
 ===== Group ===== ===== Group =====