Files
freeCodeCamp/guide/chinese/mathematics/constructing-a-box-plot/index.md
2018-10-16 21:32:40 +05:30

13 lines
732 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Constructing a Box Plot
localeTitle: 构建一个箱形图
---
## 构建一个箱形图
箱形图(也称为盒须图)是单个变量的数据表示。当您有一组数字数据时,您可以找到中位数,最小值,最大值,上四分位数和下四分位数,并制作一个箱形图。你在一个数字线上面创建一个方框,其中一端在上下四分位数处,一条线位于中间位置。然后,您可以在最小值和最大值处创建线条,并将线条绘制到框的最近边缘。
## 来源
* [Stapel伊丽莎白。 “四分体,盒子和晶须。”四分体,盒子和晶须| PurplemathPurplemath2017](www.purplemath.com/modules/boxwhisk.htm)
## 更多信息: