Difference between revisions of "BoxPlot Command"

From GeoGebra Manual
Jump to: navigation, search
Line 7: Line 7:
 
{{betamanual|version=4.2|
 
{{betamanual|version=4.2|
 
1=; BoxPlot[ <yOffset>, <yScale>, <List of Raw Data>, <Boolean Outliers> ]
 
1=; BoxPlot[ <yOffset>, <yScale>, <List of Raw Data>, <Boolean Outliers> ]
: This allows outliers to be plotted as "X"s rather than included in the boxplot. For this command, outliers are data lying outside Median ± 1.5 * IQR.
+
: This allows outliers to be plotted as "X"s rather than included in the boxplot. For this command, [[w:Outlier|outliers]] are data lying outside [[w:Median|Median]] ± 1.5 * [[w:IQR|IQR]].
 
}}
 
}}
  

Revision as of 00:09, 19 August 2012



BoxPlot[yOffset, yScale, List of Raw Data]
Creates a box plot using the given raw data and whose vertical position in the coordinate system is controlled by variable yOffset and whose height is influenced by factor yScale.
Example: BoxPlot[0, 1, {2, 2, 3, 4, 5, 5, 6, 7, 7, 8, 8, 8, 9}]
BoxPlot[yOffset, yScale, Start Value a, Q1, Median, Q3, End Value b]
Creates a box plot for the given statistical data in interval [a, b].


© 2024 International GeoGebra Institute