PairedSmoothHistogram
PairedSmoothHistogram[{x1,x2,…},{y1,y2,…}]
绘制数值 xi 和 yi 的成对平滑直方图.
PairedSmoothHistogram[{x1,x2,…},{y1,y2,…},espec]
绘制具有估计规范 espec 的成对平滑直方图.
PairedSmoothHistogram[{x1,x2,…},{y1,y2,…},espec,dfun]
绘制分布函数 dfun 的成对平滑直方图.
PairedSmoothHistogram[{data11,…},{data21,…},…]
对多个数据集 data1i 和 data2j,绘制成对平滑直方图.
更多信息和选项
- PairedSmoothHistogram[data1,data2] 默认情况下使用平滑核密度估计,绘制 data1 和 data2 的概率密度函数的成对平滑直方图的图线.
- 估计规范 espec 可以具有 bw 或者 {bw,kernel} 的形式.
- 带宽 bw 和 kernel 的规范与 SmoothKernelDistribution 的相同.
- 可能的分布函数 dfun 包括:
-
"PDF" 概率密度函数 "Intensity" 频数密度函数 "CDF" 累积分布函数 "SF" 生存函数 "HF" 风险函数 "CHF" 累积风险函数 - 形式 w[data] 提供一个封装 w 来应用于所得的图形基元.
- 可以使用下列封装:
-
Annotation[e,label] 提供一个注解 Button[e,action] 当元素被点击时,定义一个要执行的操作 EventHandler[e,…] 对元素定义一个通用事件句柄 Hyperlink[e,uri] 使元素作为超链接使用 PopupWindow[e,cont] 对元素附加一个提示窗口 StatusArea[e,label] 当鼠标移过元素时,显示在状态区中 Style[e,opts] 显示使用指定样式的元素 Tooltip[e,label] 对元素附加一个任意的工具提示条 - PairedSmoothHistogram 具有与 Graphics 相同的选项,另外有以下添加和变动: [所有选项的列表]
-
AspectRatio 1/GoldenRatio 宽高比 Axes True 如何绘制轴 ClippingStyle None 在曲线被剪切的位置绘制什么 ColorFunction Automatic 如何确定曲线的颜色 ColorFunctionScaling True 是否对 ColorFunction 的参数进行尺度缩放 Filling None 在每条曲线下插入的填充 FillingStyle Automatic 用于填充的样式 MaxRecursion Automatic 所允许的递归子划分的最大数目 Mesh None 在每个方向上要绘制多少个网格点 MeshFunctions {#1&} 如何确定网格点的位置 MeshShading None 如何在网格点之间绘制阴影 MeshStyle Automatic 网格点的样式 Method Automatic 所使用的方法 PerformanceGoal $PerformanceGoal 尝试优化哪些方面的性能 PlotPoints Automatic 样本点的初始数目 PlotRange Automatic 所要包括的值范围 PlotRangeClipping True 是否在图形范围进行剪切 PlotStyle Automatic 对每个对象指定样式的图像指令 PlotTheme $PlotTheme 图线的整体主题 RegionFunction (True&) 如何决定一个点是否应该被包括 ScalingFunctions None 如何对单个坐标进行尺度缩放 Spacings Automatic 图线轴之间的空白 WorkingPrecision MachinePrecision 用于符号分布的内部计算的精度 - PlotOrigin 的可能设置包括 "XAxis" 和 "YAxis".
- Spacings 的设置在绝对坐标中. 形式为 Scaled[s] 的设置给出图形的分数 s 的空白.
- 提供给 RegionFunction、MeshFunctions 和 ColorFunction 的自变量是 x 和 f,其中 f 可以是分布的 PDF、CDF 等.
- 设置 ScalingFunctions->{sx,sy} 下, 坐标使用 sx 进行尺度缩放,而 坐标使用 sy 进行尺度缩放.
所有选项的列表
范例
打开所有单元关闭所有单元范围 (15)
数据 (7)
选项 (53)
ColorFunction (5)
对于曲线着色而言,ColorFunction 具有比 PlotStyle 更高的优先级:
在 MeshShading 中利用 Automatic 以使用 ColorFunction:
Filling (6)
FillingStyle (4)
当第一条曲线在第二条曲线下时,使用红色填充;当第二条曲线在第一条曲线下时,使用蓝色填充:
使用从 ColorFunction 得到的可变填充样式:
MaxRecursion (2)
MeshShading (6)
使用 None 删除一些线条:
MeshShading 可以与 PlotStyle 一起使用:
MeshShading 对于曲线样式化,比 PlotStyle 具有更高的优先级:
通过把 MeshShading 设置为 Automatic,对某些线段使用 PlotStyle:
MeshShading 可以与 ColorFunction 一起使用:
PlotRange (2)
PlotStyle (6)
PlotStyle 可以与 ColorFunction 联合使用:
PlotStyle 可以与 MeshShading 联合使用:
RegionFunction (1)
应用 (2)
属性和关系 (1)
PairedSmoothHistogram 忽略 TimeSeries 和 EventSeries 的时间戳:
文本
Wolfram Research (2012),PairedSmoothHistogram,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PairedSmoothHistogram.html (更新于 2015 年).
CMS
Wolfram 语言. 2012. "PairedSmoothHistogram." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2015. https://reference.wolfram.com/language/ref/PairedSmoothHistogram.html.
APA
Wolfram 语言. (2012). PairedSmoothHistogram. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/PairedSmoothHistogram.html 年