diff options
Diffstat (limited to 'tests/Example.csv')
-rw-r--r-- | tests/Example.csv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Example.csv b/tests/Example.csv new file mode 100644 index 0000000..2c6ed66 --- /dev/null +++ b/tests/Example.csv @@ -0,0 +1,7 @@ +Iteration Number,Parameter 1 Name,Parameter 2 Name,Parameter 3 Name,Parameter 4 Name
+Probability Density Function (U=Uniform; N=Normal/Gaussian; T=Truncated Normal),U,U,N,T
+Nominal, 0, 0, 6, 5
+Max, 1, 0.1, 10, 7
+Min, -1, -0.1, 2, 3
+Mean,0.0, 0.0, 6.0, 5.0
+Standard Deviation, 0, 0, 1.3, 1.5
|