상자그림 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
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.
예: BoxPlot(0, 1, {2, 2, 3, 4, 5, 5, 6, 7, 7, 8, 8, 8, 9})
BoxPlot( yOffset, yScale, Start Value, Q1, Median, Q3, End Value )
Creates a box plot for the given statistical data in interval (Start Value, End Value).
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 * (Q3 - Q1) or above Q3 + 1.5 * (Q3 - Q1) (see 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