|
@@ -95,7 +95,7 @@ if [[ $total_estimate > 0 ]]; then
|
95
|
95
|
tpeformat=" | %-13s |%11s |%10s |\n"
|
96
|
96
|
|
97
|
97
|
_divider
|
98
|
|
- printf "$tpeformat" "Confidence:"
|
|
98
|
+ printf "$tpeformat" "confidence"
|
99
|
99
|
_divider
|
100
|
100
|
printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $total_variance")
|
101
|
101
|
printf "$tpeformat" "1 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")
|