-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplotScript.sh
More file actions
32 lines (26 loc) · 925 Bytes
/
plotScript.sh
File metadata and controls
32 lines (26 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash
# Proper header for a Bash script
# args: subject dispersion isGeorgeson #bootIters pmfType [sfFlag]
# pmfType - 1 for weibull, 2 for normCDF
python pmf_plot.py 2 1 1 100 2 sf15
python pmf_plot.py 2 1 1 100 2 sf30
python pmf_plot.py 2 1 1 100 2 sf60
python pmf_plot.py 2 1 1 100 1 sf15
python pmf_plot.py 2 1 1 100 1 sf30
python pmf_plot.py 2 1 1 100 1 sf60
python pmf_plot.py 1 1 1 100 2 sf15
python pmf_plot.py 1 1 1 100 2 sf30
python pmf_plot.py 1 1 1 100 2 sf60
python pmf_plot.py 1 1 1 100 1 sf15
python pmf_plot.py 1 1 1 100 1 sf30
python pmf_plot.py 1 1 1 100 1 sf60
#python pmf_plot.py 1 1 1 100 sf15
#python pmf_plot.py 1 1 1 100 sf30
#python pmf_plot.py 1 1 1 100 sf60
#python pmf_plot.py 1 3 1 100 sf15
#python pmf_plot.py 1 3 1 100 sf30
#python pmf_plot.py 2 1 0 100
#python pmf_plot.py 2 1 1 100
#python pmf_plot.py 2 1 1 100 sf15
#python pmf_plot.py 2 2 1 100
#python pmf_plot.py 2 3 1 100