Plotting Logarithmic Error Bars(如何在log log plot中绘制误差条)

2023-11-30 13:20

本文主要是介绍Plotting Logarithmic Error Bars(如何在log log plot中绘制误差条),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

Suppose that one has a sufficient number of measurements to make an estimate of a measured quantity y y y and report its absolute error, ± δ y \pm\delta y ±δy. The absolute error ± δ y \pm\delta y ±δy is represented on a Cartesian plot by extending lines of the appropriate size above and below the point y y y.
在这里插入图片描述
If plotted on a logarithmic plot, however, absolute error bars that are symmetric on a y y y vs. x x x plot become asymmetric; the lower portion is longer than the upper portion.
在这里插入图片描述
This gives a misleading view of measurement precision, especially when measured quantities vary by several orders of magnitude. To represent error bars correctly on a log plot, one must recognize that the quantity being plotted, which we call z z z, is different than the measured quantity y y y. z = log ⁡ ( y ) z=\log(y) z=log(y) The error δ z \delta z δz is δ z = δ [ log ⁡ y ] \delta z=\delta[\log y] δz=δ[logy] On the assumption of small errors, a differential analysis can be used δ z ≈ d z = d [ log ⁡ 10 e ⋅ ln ⁡ y ] ≈ 0.434 δ y y \delta z\approx dz=d[\log_{10}e \cdot\ln y]\approx0.434\frac{\delta y}{y} δzdz=d[log10elny]0.434yδy The error δ z \delta z δz is thus given by the relative error in y y y: δ z ≈ 0.434 δ y y \delta z\approx 0.434\frac{\delta y}{y} δz0.434yδy The error bars now display correctly on a logarithmic plot.
在这里插入图片描述

Reference: https://faculty.washington.edu/stuve/log_error.pdf

这篇关于Plotting Logarithmic Error Bars(如何在log log plot中绘制误差条)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/437186

相关文章

使用Python绘制蛇年春节祝福艺术图

《使用Python绘制蛇年春节祝福艺术图》:本文主要介绍如何使用Python的Matplotlib库绘制一幅富有创意的“蛇年有福”艺术图,这幅图结合了数字,蛇形,花朵等装饰,需要的可以参考下... 目录1. 绘图的基本概念2. 准备工作3. 实现代码解析3.1 设置绘图画布3.2 绘制数字“2025”3.3

使用Python绘制可爱的招财猫

《使用Python绘制可爱的招财猫》招财猫,也被称为“幸运猫”,是一种象征财富和好运的吉祥物,经常出现在亚洲文化的商店、餐厅和家庭中,今天,我将带你用Python和matplotlib库从零开始绘制一... 目录1. 为什么选择用 python 绘制?2. 绘图的基本概念3. 实现代码解析3.1 设置绘图画

Python绘制土地利用和土地覆盖类型图示例详解

《Python绘制土地利用和土地覆盖类型图示例详解》本文介绍了如何使用Python绘制土地利用和土地覆盖类型图,并提供了详细的代码示例,通过安装所需的库,准备地理数据,使用geopandas和matp... 目录一、所需库的安装二、数据准备三、绘制土地利用和土地覆盖类型图四、代码解释五、其他可视化形式1.

如何用Python绘制简易动态圣诞树

《如何用Python绘制简易动态圣诞树》这篇文章主要给大家介绍了关于如何用Python绘制简易动态圣诞树,文中讲解了如何通过编写代码来实现特定的效果,包括代码的编写技巧和效果的展示,需要的朋友可以参考... 目录代码:效果:总结 代码:import randomimport timefrom math

使用@Slf4j注解,log.info()无法使用问题

《使用@Slf4j注解,log.info()无法使用问题》在使用Lombok的@Slf4j注解打印日志时遇到问题,通过降低Lombok版本(从1.18.x降至1.16.10)解决了问题... 目录@Slf4androidj注解,log.info()无法使用问题最后解决总结@Slf4j注解,log.info(

内核启动时减少log的方式

内核引导选项 内核引导选项大体上可以分为两类:一类与设备无关、另一类与设备有关。与设备有关的引导选项多如牛毛,需要你自己阅读内核中的相应驱动程序源码以获取其能够接受的引导选项。比如,如果你想知道可以向 AHA1542 SCSI 驱动程序传递哪些引导选项,那么就查看 drivers/scsi/aha1542.c 文件,一般在前面 100 行注释里就可以找到所接受的引导选项说明。大多数选项是通过"_

【WebGPU Unleashed】1.1 绘制三角形

一部2024新的WebGPU教程,作者Shi Yan。内容很好,翻译过来与大家共享,内容上会有改动,加上自己的理解。更多精彩内容尽在 dt.sim3d.cn ,关注公众号【sky的数孪技术】,技术交流、源码下载请添加微信号:digital_twin123 在 3D 渲染领域,三角形是最基本的绘制元素。在这里,我们将学习如何绘制单个三角形。接下来我们将制作一个简单的着色器来定义三角形内的像素

Flutter 进阶:绘制加载动画

绘制加载动画:由小圆组成的大圆 1. 定义 LoadingScreen 类2. 实现 _LoadingScreenState 类3. 定义 LoadingPainter 类4. 总结 实现加载动画 我们需要定义两个类:LoadingScreen 和 LoadingPainter。LoadingScreen 负责控制动画的状态,而 LoadingPainter 则负责绘制动画。

利用matlab bar函数绘制较为复杂的柱状图,并在图中进行适当标注

示例代码和结果如下:小疑问:如何自动选择合适的坐标位置对柱状图的数值大小进行标注?😂 clear; close all;x = 1:3;aa=[28.6321521955954 26.2453660695847 21.69102348512086.93747104431360 6.25442246899816 3.342835958564245.51365061796319 4.87

ImportError: cannot import name ‘print_log‘ from ‘logging‘

mmcv升级到2.+后删除了很多 解决 查FAQ文档,找到 添加到mmcv.utils下即可