1
- # Design-of-experiment-Python
2
- Copyright (c) <2018-2028> <Tirthajyoti Sarkar >
1
+ # Design-of-experiment matrix generator for engineering and statistics
2
+ ### Copyright Notice
3
+ Copyright (c) <2018-2028, Tirthajyoti Sarkar>
4
+
3
5
Permission is hereby granted, free of charge, to any person obtaining a copy
4
6
of this software and associated documentation files (the "Software"), to deal
5
7
in the Software without restriction, including without limitation the rights
@@ -17,3 +19,27 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
19
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
20
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
21
SOFTWARE.
22
+
23
+ ## Features
24
+ ### Functions available:
25
+ * Full factorial,
26
+ * 2-level fractional factorial,
27
+ * Plackett-Burman,
28
+ * Sukharev grid,
29
+ * Box-Behnken,
30
+ * Box-Wilson (Central-composite) with center-faced option,
31
+ * Box-Wilson (Central-composite) with center-inscribed option,
32
+ * Box-Wilson (Central-composite) with center-circumscribed option,
33
+ * Latin hypercube (simple),
34
+ * Latin hypercube (space-filling),
35
+ * Random k-means cluster,
36
+ * Maximin reconstruction,
37
+ * Halton sequence based,
38
+ * Uniform random matrix
39
+
40
+ ## Acknowledgements and Requirements
41
+ The code was written in Python 3.6. It uses following external packages that needs to be installed on your system to use it,
42
+ * pydoe
43
+ * diversipy
44
+ * numpy
45
+ * pandas
0 commit comments