Definitive Screening Design
Project description
Definitive Screening design
Authored by: Daniele Ongari
Reference
Jones, Bradley, and Christopher J. Nachtsheim. “A Class of Three-Level Designs for Definitive Screening in the Presence of Second-Order Effects.” Journal of Quality Technology 43, no. 1 (January 2011): 1–15. https://doi.org/10.1080/00224065.2011.11917841.
Installation
git clone ...
cd definitive_screening_design
pip install -e .
Example
import definitive_screening_design
definitive_screening_design.create(4)
X01 | X02 | X03 | X04 | |
---|---|---|---|---|
0 | 0 | 0 | 0 | 0 |
1 | 0 | 1 | -1 | -1 |
2 | 0 | -1 | 1 | 1 |
3 | -1 | 0 | -1 | 1 |
4 | 1 | 0 | 1 | -1 |
5 | -1 | -1 | 0 | -1 |
6 | 1 | 1 | 0 | 1 |
7 | -1 | 1 | 1 | 0 |
8 | 1 | -1 | -1 | 0 |
or
definitive_screening_design.create(['Factor1', 'Factor-2', 'Factor-3', 'Factor-4'])
Factor1 | Factor-2 | Factor-3 | Factor-4 | |
---|---|---|---|---|
0 | 0 | 0 | 0 | 0 |
1 | 0 | 1 | -1 | -1 |
2 | 0 | -1 | 1 | 1 |
3 | -1 | 0 | -1 | 1 |
4 | 1 | 0 | 1 | -1 |
5 | -1 | -1 | 0 | -1 |
6 | 1 | 1 | 0 | 1 |
7 | -1 | 1 | 1 | 0 |
8 | 1 | -1 | -1 | 0 |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file definitive_screening_design-0.1.1.tar.gz
.
File metadata
- Download URL: definitive_screening_design-0.1.1.tar.gz
- Upload date:
- Size: 72.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a89c012a54b19a5b0ab8875f900d9ea4eddabb43c4d7c09ca4337f0c370a800 |
|
MD5 | d9d8dd48cec3a316de7e2ddb35c747d5 |
|
BLAKE2b-256 | ee07510da956378b61c698bdd003f7b9fad0c021d6735719adcc7f166abdcd3a |