typofix
This commit is contained in:
父節點
6730ae4dba
當前提交
e4f005f331
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
2
pert.sh
2
pert.sh
|
|
@ -95,7 +95,7 @@ if [[ $total_estimate > 0 ]]; then
|
|||
tpeformat=" | %-13s |%11s |%10s |\n"
|
||||
|
||||
_divider
|
||||
printf "$tpeformat" "Confidence:"
|
||||
printf "$tpeformat" "confidence"
|
||||
_divider
|
||||
printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $total_variance")
|
||||
printf "$tpeformat" "1 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")
|
||||
|
|
|
|||
載入中…
Add table
Add a link
Reference in a new issue