arzzen 8 years ago
parent
commit
e4f005f331
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pert.sh

+ 1
- 1
pert.sh View File

95
     tpeformat=" | %-13s |%11s |%10s |\n"
95
     tpeformat=" | %-13s |%11s |%10s |\n"
96
     
96
     
97
     _divider
97
     _divider
98
-    printf "$tpeformat" "Confidence:"
98
+    printf "$tpeformat" "confidence"
99
     _divider
99
     _divider
100
     printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $total_variance")
100
     printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $total_variance")
101
     printf "$tpeformat" "1 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")
101
     printf "$tpeformat" "1 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")

Loading…
Cancel
Save