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

+ 3
- 3
pert.sh View File

95
     _divider
95
     _divider
96
     printf "$tpeformat" "confidence"
96
     printf "$tpeformat" "confidence"
97
     _divider
97
     _divider
98
-    printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $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")
98
+    printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_standard_deviation") $(_calc "$total_estimate + $total_standard_deviation")
99
+    printf "$tpeformat" "2 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_standard_deviation") $(_calc "$total_estimate + 2 * $total_standard_deviation")
100
+    printf "$tpeformat" "3 Sigma - 99%" $(_calc "$total_estimate - 3 * $total_standard_deviation") $(_calc "$total_estimate + 3 * $total_standard_deviation")
101
     _divider
101
     _divider
102
 
102
 
103
 fi
103
 fi

Loading…
Cancel
Save