tisimst / pyDOE

Design of experiments for Python
BSD 3-Clause "New" or "Revised" License
263 stars 114 forks source link

Add fracfact by resolution #6

Open RickardSjogren opened 7 years ago

RickardSjogren commented 7 years ago

Added a function to create fractional factorial designs specified by desired resolution. I am mostly interested in designs at a certain resolution, and the previous approach to manually specify the generator string every time could be a bit tedious. This function sacrifices fine-grained control for convenience.