ErrorBar[{negerror,poserror}]
正および負方向の誤差を表す.
ErrorBar[yerr]
正と負両方向の誤差 yerr を表す.
ErrorBar[xerr,yerr]
x と y の両座標に指定された誤差を表す.
ErrorBar
ErrorBar[{negerror,poserror}]
正および負方向の誤差を表す.
ErrorBar[yerr]
正と負両方向の誤差 yerr を表す.
ErrorBar[xerr,yerr]
x と y の両座標に指定された誤差を表す.
詳細とオプション
- ErrorBarを使うためには,まずErrorBarプロットパッケージをロードしなくてはならない.それにはNeeds["ErrorBarPlots`"]を実行する必要がある.
- ErrorBarはデータ点の誤差を表すためにErrorListPlotのデータ点のリストで使用される.
- 関連した誤差を持つデータ点のシンタックスは通常{pt,ErrorBar[err]}である.
- 誤差は点における値の変化として表される.
例題
例 (1)
Needs["ErrorBarPlots`"]ErrorListPlot[{{{1, 1}, ErrorBar[0.2, 0.3]}, {{2, 2}, ErrorBar[{-0.5, 1.5}]}, {{3, 4}, ErrorBar[0.3]}, {{4, 6}, ErrorBar[0.4]}, {{5, 7}, ErrorBar[0.8]}, {{6, 10}, ErrorBar[0.5, 1.2]}}, AxesOrigin -> {0, 0}]関連するガイド
テキスト
Wolfram Research (2007), ErrorBar, Wolfram言語関数, https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html.
CMS
Wolfram Language. 2007. "ErrorBar." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html.
APA
Wolfram Language. (2007). ErrorBar. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html
BibTeX
@misc{reference.wolfram_2026_errorbar, author="Wolfram Research", title="{ErrorBar}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html}", note=[Accessed: 15-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_errorbar, organization={Wolfram Research}, title={ErrorBar}, year={2007}, url={https://reference.wolfram.com/language/ErrorBarPlots/ref/ErrorBar.html}, note=[Accessed: 15-August-2026]}