Difference between revisions of "HistogramRight Command"

From GeoGebra Manual
Jump to: navigation, search
m (whitespace)
Line 2: Line 2:
 
{{command|statistics}}
 
{{command|statistics}}
 
;HistogramRight[ <List of Class Boundaries B>, <List of Heights H> ]
 
;HistogramRight[ <List of Class Boundaries B>, <List of Heights H> ]
:Same as <code>[[Histogram Command|Histogram]] [B,H]</code>
+
:Same as <code>[[Histogram Command|Histogram]][B,H]</code>
 
;HistogramRight[ <List of Class Boundaries B>, <List of Raw Data D>, <Boolean Use Density> , <Density Scale Factor f> (optional) ]
 
;HistogramRight[ <List of Class Boundaries B>, <List of Raw Data D>, <Boolean Use Density> , <Density Scale Factor f> (optional) ]
:Same as <code>[[Histogram Command|Histogram]] [B,D,Use Density, f]</code>, except that if a datum is equal to the right border of a class, it is counted in this class and not in the next one.
+
:Same as <code>[[Histogram Command|Histogram]][B,D,Use Density, f]</code>, except that if a datum is equal to the right border of a class, it is counted in this class and not in the next one.
 
;HistogramRight[ <Boolean Cumulative>, <List of Class Boundaries B>, <List of Raw Data D>, <Boolean Use Density> , <Density Scale Factor f> (optional) ]
 
;HistogramRight[ <Boolean Cumulative>, <List of Class Boundaries B>, <List of Raw Data D>, <Boolean Use Density> , <Density Scale Factor f> (optional) ]
:Same as <code>[[Histogram Command|Histogram]] [Cumulative, B,D,Use Density, f]</code>, except that if a datum is equal to the right border of a class, it is counted in this class and not in the next one.
+
:Same as <code>[[Histogram Command|Histogram]][Cumulative, B,D,Use Density, f]</code>, except that if a datum is equal to the right border of a class, it is counted in this class and not in the next one.

Revision as of 13:59, 13 August 2011



HistogramRight[ <List of Class Boundaries B>, <List of Heights H> ]
Same as Histogram[B,H]
HistogramRight[ <List of Class Boundaries B>, <List of Raw Data D>, <Boolean Use Density> , <Density Scale Factor f> (optional) ]
Same as Histogram[B,D,Use Density, f], except that if a datum is equal to the right border of a class, it is counted in this class and not in the next one.
HistogramRight[ <Boolean Cumulative>, <List of Class Boundaries B>, <List of Raw Data D>, <Boolean Use Density> , <Density Scale Factor f> (optional) ]
Same as Histogram[Cumulative, B,D,Use Density, f], except that if a datum is equal to the right border of a class, it is counted in this class and not in the next one.
© 2024 International GeoGebra Institute