Commande TableauEffectifs

De GeoGebra Manual
Aller à : navigation, rechercher
TableauEffectifs[ <Liste Bornes Classes>, <Liste Hauteurs> ]
Some content was not yet translated. See the English original. Please edit the manual page if you have the rights for translation.
TableauEffectifs[ <Liste Bornes Classes>, <Liste Données>, <Densité True|False> , <Echelle> (optionnel) ]
Some content was not yet translated. See the English original. Please edit the manual page if you have the rights for translation.
TableauEffectifs[ <Booléen Cumul>, <Liste Bornes Classes>, <Liste Données>, <Densité True|False> , <Echelle> (optionnel) ]
Some content was not yet translated. See the English original. Please edit the manual page if you have the rights for translation.


TableauEffectifs[ <Liste Données L> ]
Retourne un tableau (en tant que texte) dans lequel la première colonne contient une liste triée des éléments de L sans répétition, et la seconde le nombre d'occurrences de chacune des valeurs de la première colonne.
Les éléments de la liste L peuvent être des nombres ou des chaînes de caractères.

TableauEffectifs[ <Liste Bornes Classes>, <Liste Hauteurs> ]

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 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 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.
Note : This command is similar to Frequency Command and Histogram Command. Articles about these commands contain some related examples.
© 2024 International GeoGebra Institute