Difference between revisions of "FrequencyTable Command"

From GeoGebra Manual
Jump to: navigation, search
Line 3: Line 3:
 
;FrequencyTable[ <List of Raw Data> ]
 
;FrequencyTable[ <List of Raw Data> ]
 
: Returns a table (as text) whose first column contains sorted list of unique elements of list ''L'' and second column contains the count of the occurrences of value in the first column. List ''L'' can be numbers or text.  
 
: Returns a table (as text) whose first column contains sorted list of unique elements of list ''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>, <List of Raw Data> ]
;FrequencyTable[ <Chart> ]
 
: Returns a table (as text) representing the [[Histogram]] or [[BarChart]].
 
 
 
;FrequencyTable[ <Boolean Cumulative>, <List of Raw Data>]
 
 
:  If ''Cumulative = false'',  returns the same table as Frequency[ <List of Raw Data> ]  
 
:  If ''Cumulative = false'',  returns the same table as Frequency[ <List of Raw Data> ]  
 
:  If ''Cumulative = true'',  returns a table whose first column is the same as in FrequencyTable[ <List of Raw Data> ]  and the second contains cumulative frequencies of values in the first column.
 
:  If ''Cumulative = true'',  returns a table whose first column is the same as in FrequencyTable[ <List of Raw Data> ]  and the second contains cumulative frequencies of values in the first column.
 
 
;FrequencyTable[ <List of Class Boundaries>, <List of Raw Data> ]
 
;FrequencyTable[ <List of Class Boundaries>, <List of Raw Data> ]
 
: Returns a table (as text) whose first column contains intervals (classes) and second column contains the count of numbers in ''List of Raw Data'', which belong to the interval in the first column. All intervals except the highest interval are of the form [a, b). The highest interval has the form  [a, b].
 
: Returns a table (as text) whose first column contains intervals (classes) and second column contains the count of numbers in ''List of Raw Data'', which belong to the interval in the first 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>, <List of Raw Data> ]
 
;FrequencyTable[ <Boolean Cumulative>, <List of Class Boundaries>, <List of Raw Data> ]
 
:  If ''Cumulative = false'',  returns the same table as FrequencyTable[ <List of Class Boundaries>, <List of Raw Data> ]  
 
:  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[ <List of Raw Data> ]  and the second contains cumulative frequencies of values in the first column.
 
:  If ''Cumulative = true'', returns a table whose first column is the same as in FrequencyTable[ <List of Raw Data> ]  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)> ]
;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]].
 
: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) ]
 
 
:Returns a table (as text) whose first column contains intervals (classes) and second contains frequencies for the corresponding [[Histogram Command]].
 
:Returns a table (as text) whose first column contains intervals (classes) and second contains frequencies for the corresponding [[Histogram Command]].
  
 
{{note|This command is similar to [[Frequency Command]] and [[Histogram Command]]. Articles about these commands contain some related examples.}}
 
{{note|This command is similar to [[Frequency Command]] and [[Histogram Command]]. Articles about these commands contain some related examples.}}

Revision as of 10:54, 5 September 2013



FrequencyTable[ <List of Raw Data> ]
Returns a table (as text) whose first column contains sorted list of unique elements of list 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>, <List of Raw Data> ]
If Cumulative = false, returns the same table as Frequency[ <List of Raw Data> ]
If Cumulative = true, returns a table whose first column is the same as in FrequencyTable[ <List of Raw Data> ] and the second contains cumulative frequencies of values in the first column.
FrequencyTable[ <List of Class Boundaries>, <List of Raw Data> ]
Returns a table (as text) whose first column contains intervals (classes) and second column contains the count of numbers in List of Raw Data, which belong to the interval in the first 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>, <List of Raw Data> ]
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[ <List of Raw Data> ] 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.
Note: This command is similar to Frequency Command and Histogram Command. Articles about these commands contain some related examples.
© 2024 International GeoGebra Institute