<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Boxplot in Statistics</title><link>http://www.bing.com:80/search?q=Boxplot+in+Statistics</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Boxplot in Statistics</title><link>http://www.bing.com:80/search?q=Boxplot+in+Statistics</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>实操指南 | 箱线图怎么分析？ - 知乎</title><link>https://www.zhihu.com/question/1941074547769087049</link><description>二、箱线图在差异分析中的应用 ①集中趋势差异 比较各组中位数的位置，若中位数差距大，可能存在组间中心位置差异。 ②离散程度差异 箱线的高度（IQR）或须的长度反映数据分散程度，箱线越高说明数据越分散。 ③分布形态差异 若一组数据的箱线偏上、另一组偏下，可能存在分布不对称的差异 ...</description><pubDate>Sat, 25 Apr 2026 18:11:00 GMT</pubDate></item><item><title>箱线图怎样分析？ - 知乎</title><link>https://www.zhihu.com/question/318429550</link><description>1. 什么是箱线图？ 箱线图（BoxPlot）也称为箱形图、箱须图或盒式图等，是用于显示一组数据分散情况的统计图，它能同时反映数据统计量和整体分布，成为现在最常用的统计图形之一。 2. 箱线图怎么看？ 线 箱子中间横线：代表中位数，如果是标准正态分布，中位数和平均值是一样的，位置在小 ...</description><pubDate>Sat, 25 Apr 2026 18:19:00 GMT</pubDate></item><item><title>箱线图（Box-plot）中，异常值很多说明什么？ - 知乎</title><link>https://www.zhihu.com/question/24924137/answers/updated</link><description>图中三个组别的箱线图都显示了非常多的异常值（标记为星号），这说明数据的离散程度很高，分布非常分散，不仅集中在箱线图中间部分，还大量分布在上方的胡须之外。 想知道如何透过Minitab软件绘画箱线图，你可以看看优思学院 [1] 以上的视频。 这样看来数据并非服从于正态分布，可以说是偏 ...</description><pubDate>Sat, 25 Apr 2026 17:00:00 GMT</pubDate></item><item><title>优思学院｜Minitab绘画多组Y值比较的箱线图</title><link>https://www.zhihu.com/tardis/bd/art/709080913</link><description>在数据分析中，箱线图（Boxplot）是一种 常用的图形工具，它能 够直观地展示数据的分布情况，包括中位数、四分位数和可能的异常值。 在六西格玛过程改善的项目中，当我们需要比较多个组的Y值时，箱线图尤其有用，因为它可以在一张图中同时显示多个组的数据分布情况。如果你正在使用Minitab ...</description><pubDate>Fri, 24 Apr 2026 21:47:00 GMT</pubDate></item><item><title>R语言可视化——箱线图及其美化技巧 - 知乎</title><link>https://www.zhihu.com/column/p/27348126</link><description>今天跟大家分享如何在R语言中利用ggplot函数制作箱线图及其美化。 箱线图也是经常会用到的用于呈现数据分布形态的重要的图表类型。 还是以ggplot2包内置的数据集为例进行案例演示： ggplot(mpg,aes(class,displ))+…</description><pubDate>Fri, 24 Apr 2026 18:27:00 GMT</pubDate></item><item><title>两个分类变量同时作用的箱线图怎么用R画？ - 知乎</title><link>https://www.zhihu.com/question/376236459</link><description>两个分类变量同时作用的箱线图怎么用R画？ 想知道如何改进得到我想要的图，这个链接最后一步的排序如何改 R 绘制箱线图的绘制方法 (plot、boxplot、qplot) [图片] 想以cut为单… 显示全部 关注者 9 被浏览</description><pubDate>Thu, 23 Apr 2026 16:05:00 GMT</pubDate></item><item><title>如何使用Python的Pyecharts制作漂亮的Boxplot 箱线图？ - 知乎</title><link>https://www.zhihu.com/question/571850877</link><description>箱线图通常用于展示数据集中不同分类项的数据分布情况。箱线图通过绘制箱体和线条来表示数据的分布情况，例如，每个月的销售额的分布情况、每个国家的人口分布情况等。这些图表可以帮助我们快速比较不同分类项之间的差异，从而发现规律和趋势。 ﻿Python3 的 Pyecharts 制作 Boxplot（箱线图 ...</description><pubDate>Thu, 16 Apr 2026 21:43:00 GMT</pubDate></item><item><title>如何用R语言在箱线图上画一条线，连接每个箱子的中位数？</title><link>https://www.zhihu.com/question/408992143</link><description>箱线图（Boxplot）也称箱须图，它是用一组数据中的下限值、下四分位数、中位数、上四分位数和上限值来反映数据分布的中心位置和散布范围，它也可以粗略地看出数据是否具有对称性。通过将多组数据的箱线图画在同一坐标上，则可以清晰地显示出各组数据的分布差异，为发现问题、改进流程 ...</description><pubDate>Fri, 24 Apr 2026 20:29:00 GMT</pubDate></item><item><title>关于箱型图上下边界的问题？ - 知乎</title><link>https://www.zhihu.com/question/297303032</link><description>箱型图 （Box Plot）是一种常用的统计图表，用于展示数据的分布情况。你提到的上下边界是基于 四分位距 （IQR，Interquartile Range）来计算的，这是正确的。然而，数据分布的不对称性或 偏态 （skewness）会影响箱型图的形状。例如，如果数据有正偏或负偏，箱型图的上下胡须（whiskers）可能会有不对称 ...</description><pubDate>Fri, 24 Apr 2026 16:04:00 GMT</pubDate></item><item><title>画 boxplot 箱子图时，没有箱子只有线，什么原因？ - 知乎</title><link>https://www.zhihu.com/question/555564956</link><description>BEST网站可以批量查看目标基因在不同分组间的表达分布，比如GAPDH在不同PAM50亚型与Grade中的表达差异。这个内参神奇吧！！如此显著选择GSE25055数据集，先使用GEOquery下载数据，整理表型与表达矩阵，然后分别绘图。 一、数据下载 我加了很多“无用”的输出：</description><pubDate>Sat, 18 Apr 2026 04:01:00 GMT</pubDate></item></channel></rss>