Difference between revisions of "HistogramRight Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
(command syntax: changed [ ] into ( ))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|chart}}
{{command|chart}}
+
;HistogramRight( &lt;List of Class Boundaries>, &lt;List of Heights> )
;HistogramRight[ <List of Class Boundaries B>, <List of Heights H> ]
+
:Same as <code>([Histogram Command|Histogram]][&lt;List of Class Boundaries>, &lt;List of Heights>)</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( &lt;List of Class Boundaries>, &lt;List of Raw Data>, <Boolean Use Density> , <Density Scale Factor> (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]](&lt;List of Class Boundaries>, &lt;List of Raw Data>, <Boolean Use Density>, <Density Scale Factor>)</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) ]
+
 
: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.
+
;HistogramRight( <Boolean Cumulative>, &lt;List of Class Boundaries>, &lt;List of Raw Data>, <Boolean Use Density> , <Density Scale Factor> (optional) )
 +
:Same as <code>[[Histogram Command|Histogram]](<Boolean Cumulative>, &lt;List of Class Boundaries>, &lt;List of Raw Data>, <Boolean Use Density>, <Density Scale Factor>)</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.
 +
{{Note| By convention this uses the a < x ≤ b rule for each class except for the first class which is a ≤ x ≤ b }}

Latest revision as of 11:20, 3 October 2017


HistogramRight( <List of Class Boundaries>, <List of Heights> )
Same as ([Histogram Command|Histogram]][<List of Class Boundaries>, <List of Heights>)
HistogramRight( <List of Class Boundaries>, <List of Raw Data>, <Boolean Use Density> , <Density Scale Factor> (optional) )
Same as Histogram(<List of Class Boundaries>, <List of Raw Data>, <Boolean Use Density>, <Density Scale Factor>), 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>, <List of Raw Data>, <Boolean Use Density> , <Density Scale Factor> (optional) )
Same as Histogram(<Boolean Cumulative>, <List of Class Boundaries>, <List of Raw Data>, <Boolean Use Density>, <Density Scale Factor>), 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.
Note: By convention this uses the a < x ≤ b rule for each class except for the first class which is a ≤ x ≤ b
© 2024 International GeoGebra Institute