Skip to content

Commit daf5647

Browse files
authored
Update README.md
1 parent 524e5f1 commit daf5647

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
35
Permission is hereby granted, free of charge, to any person obtaining a copy
46
of this software and associated documentation files (the "Software"), to deal
57
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
1719
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1820
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1921
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

Comments
 (0)