Difference between revisions of "Classes 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 )
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
;Classes[ <List of Data L>, <Start S>, <Width of Classes w> ]
+
;Classes[ <List of Data>, <Start>, <Width of Classes> ]
:Gives a list of class boundaries. The first boundary (min) is equal  to ''S'', the last boundary (max) will be at least the maximum of ''L'' and the boundaries will be equally spaced between min and max.
+
:Gives a list of class boundaries. The first boundary (min) is equal  to ''Start'', the last boundary (max) will be at least the maximum of the ''List'' and the boundaries will be equally spaced between min and max.
{{Example|1=<code>Classes[{0.1, 0.2, 0.4, 1.1}, 0, 1]</code> gives {0, 1, 2} }}
+
:{{Example|1=<code>Classes[{0.1, 0.2, 0.4, 1.1}, 0, 1]</code> gives {0, 1, 2} }}
;Classes[ <List of Data L>, <Number of Classes n> ]
+
;Classes[ <List of Data>, <Number of Classes> ]
:Gives a list of class boundaries. The first boundary (min) is equal to the minimum of ''L'', the last boundary (max) will be the maximum of ''L'' and the boundaries will be equally spaced between min and max.
+
:Gives a list of class boundaries. The first boundary (min) is equal to the minimum of the ''List'', the last boundary (max) will be the maximum of the ''List'' and the boundaries will be equally spaced between min and max.
{{Example|1=<code>Classes[{1, 3, 5, 7, 8, 9, 10}, 3]</code> gives {1, 4, 7, 10} }}
+
:{{Example|1=<code>Classes[{1, 3, 5, 7, 8, 9, 10}, 3]</code> gives {1, 4, 7, 10} }}

Revision as of 16:10, 26 March 2013



Classes[ <List of Data>, <Start>, <Width of Classes> ]
Gives a list of class boundaries. The first boundary (min) is equal to Start, the last boundary (max) will be at least the maximum of the List and the boundaries will be equally spaced between min and max.
Example: Classes[{0.1, 0.2, 0.4, 1.1}, 0, 1] gives {0, 1, 2}
Classes[ <List of Data>, <Number of Classes> ]
Gives a list of class boundaries. The first boundary (min) is equal to the minimum of the List, the last boundary (max) will be the maximum of the List and the boundaries will be equally spaced between min and max.
Example: Classes[{1, 3, 5, 7, 8, 9, 10}, 3] gives {1, 4, 7, 10}
© 2024 International GeoGebra Institute