Difference between revisions of "FrequencyTable Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: statistics commands)
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
{{command|statistics}}
+
{{command|chart}}
;FrequencyTable[ <List of Class Boundaries>, <List of Heights> ]
+
 
:{{description}}
+
;FrequencyTable[ <List of Raw Data L> ]
;FrequencyTable[ <List of Class Boundaries>, <List of Raw Data>, <Use Density> , <Density Scale Factor> (optional) ]
+
: Returns a table (as text) whose first colum contains sorted list of unique elements of ''L'' and second column contains the count of the occurrences of value in the first column. List ''L'' can be numbers or text.
:{{description}}
+
 
 +
;FrequencyTable[ <Boolean Cumulative C>, <List of Raw Data L>]
 +
:  If ''Cumulative = false'',  returns the same table as Frequency[ <L> ]
 +
:  If ''Cumulative = true'',  returns a table whose first column is the same as in FrequencyTable[L]  and the second contains cumulative frequencies of values in the first column.
 +
 
 +
;FrequencyTable[<List of Class Boundaries C>, <List of Raw Data L> ]
 +
: Returns a table (as text) whose first column contains intervals (classes) and second  column contains the count of numbers in ''L'' which belong to the interval in the firs column. All intervals except the highest interval are of the form [a, b). The highest interval has the form  [a, b].
 +
 
 +
;FrequencyTable[ <Boolean Cumulative>,<List of Class Boundaries C>,<List of Raw Data L>]
 +
:  If ''Cumulative = false'',  returns the same table as FrequencyTable[ <List of Class Boundaries>, <List of Raw Data> ]
 +
:  If ''Cumulative = true'', returns a table whose first column is the same as in FrequencyTable[L]  and the second contains cumulative frequencies of values in the first column.
 +
 
 +
;FrequencyTable[<List of Class Boundaries>, <List of Raw Data>, <Use Density> , <Density Scale Factor> (optional) ]
 +
:Returns a table (as text) whose first column contains intervals (classes) and second contains frequencies for the corresponding [[Histogram Command]].
 +
 
 
;FrequencyTable[ <Boolean Cumulative>, <List of Class Boundaries>, <List of Raw Data>, <Use Density> , <Density Scale Factor> (optional) ]
 
;FrequencyTable[ <Boolean Cumulative>, <List of Class Boundaries>, <List of Raw Data>, <Use Density> , <Density Scale Factor> (optional) ]
:{{description}}
+
:Returns a table (as text) whose first column contains intervals (classes) and second contains frequencies for the corresponding [[Histogram Command]].

Revision as of 16:10, 17 August 2011




FrequencyTable[ <List of Raw Data L> ]
Returns a table (as text) whose first colum contains sorted list of unique elements of L and second column contains the count of the occurrences of value in the first column. List L can be numbers or text.
FrequencyTable[ <Boolean Cumulative C>, <List of Raw Data L>]
If Cumulative = false, returns the same table as Frequency[ <L> ]
If Cumulative = true, returns a table whose first column is the same as in FrequencyTable[L] and the second contains cumulative frequencies of values in the first column.
FrequencyTable[<List of Class Boundaries C>, <List of Raw Data L> ]
Returns a table (as text) whose first column contains intervals (classes) and second column contains the count of numbers in L which belong to the interval in the firs column. All intervals except the highest interval are of the form [a, b). The highest interval has the form [a, b].
FrequencyTable[ <Boolean Cumulative>,<List of Class Boundaries C>,<List of Raw Data L>]
If Cumulative = false, returns the same table as FrequencyTable[ <List of Class Boundaries>, <List of Raw Data> ]
If Cumulative = true, returns a table whose first column is the same as in FrequencyTable[L] and the second contains cumulative frequencies of values in the first column.
FrequencyTable[<List of Class Boundaries>, <List of Raw Data>, <Use Density> , <Density Scale Factor> (optional) ]
Returns a table (as text) whose first column contains intervals (classes) and second contains frequencies for the corresponding Histogram Command.
FrequencyTable[ <Boolean Cumulative>, <List of Class Boundaries>, <List of Raw Data>, <Use Density> , <Density Scale Factor> (optional) ]
Returns a table (as text) whose first column contains intervals (classes) and second contains frequencies for the corresponding Histogram Command.
© 2024 International GeoGebra Institute