BoxPlot Command

From GeoGebra Manual
Revision as of 21:11, 9 March 2013 by Zbynek (talk | contribs) (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 )
Jump to: navigation, search



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].
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 below Q1 - 1.5 * IQR or above Q3 + 1.5 * IQR.
BoxPlot[ <yOffset>, <yScale>, <List of Data>, <List of Frequencies>, <Boolean Outliers> ]
This allows data from a frequency table to be easily plotted as a boxplot.
© 2024 International GeoGebra Institute