From 0a64ff62830495ea21bdafe33b6166c3955d35fd Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 25 Apr 2025 21:13:44 +0200 Subject: First Commit --- tests/Example.csv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/Example.csv (limited to 'tests/Example.csv') 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 -- cgit v1.2.3