Lukáš Mešťan преди 8 години
родител
ревизия
7671f80915
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3
    3
      pert.sh

+ 3
- 3
pert.sh Целия файл

@@ -96,10 +96,10 @@ if [[ $total_estimate > 0 ]]; then
96 96
     printf "$tpeformat" "confidence"
97 97
     _divider
98 98
     printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $total_variance")
99
-    printf "$tpeformat" "1 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")
100
-    printf "$tpeformat" "1 Sigma - 99%" $(_calc "$total_estimate - 3 * $total_variance") $(_calc "$total_estimate + 3 * $total_variance")
99
+    printf "$tpeformat" "2 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")
100
+    printf "$tpeformat" "3 Sigma - 99%" $(_calc "$total_estimate - 3 * $total_variance") $(_calc "$total_estimate + 3 * $total_variance")
101 101
     _divider
102 102
 
103 103
 fi
104 104
 
105
-echo -e "\n"
105
+echo -e "\n"

Loading…
Отказ
Запис