Regular Fractional Factorial two-level designs from the paper of Chen, Sun and Wu (1993)
Project description
csw93 - Chen, Sun and Wu (1993)
CSW93 is a Python package that makes availalble the design matrices of all regular fractional factorial two-level designs from the 1993 paper of Chen, Sun and Wu: "A catalogue of two-level and three-level fractional factorial designs with small runs". For more information about the package and its functions, see the documentation.
Installation
Use the package manager pip to install csw93.
pip install csw93
Usage
The pakage provides three functions to get
- The design matrix,
- The word length pattern,
- The number of clear two-factor interactions,
using only the number of runs and the index of the design. This index corresponds to the first column in all tables of all tables from the paper.
import csw93
# Design matrix of the 16-run design with index 8-4.1
csw93.get_design(16, "8-4.1")
# Word length pattern of the 32-run design with index 15-10.2
csw93.get_wlp(32, "8-4.1")
# Number of clear two-factor interactions for the 64-run design 11-5.10
csw93.get_cfi(64, "11-5.10")
Contributing
Code style
Try to follow the PEP 8 style guide. A useful tool for automated formatting is black.
Submitting code
If you would like to contribute, please submit a pull request. See the Github Hello World example, if you are new to Github. For major changes, please open an issue first to discuss what you would like to change. By contributing to the repository you state you own the copyright to those contributions and agree to include your contributions as part of this project under the MIT license.
Testing
If you contribute, please make sure to update the tests aproprietly.
Continuous integration is performed on Travis-CI.
To perform tests run pytest
.
To obtain a coverage report in html, run
coverage run -m pytest .
coverage html
Contact
For further information please contact Alexandre Bohyn, alexandre.bohyn at kuleuven.be
License
Roadmap
List of the changes that will be implemented later on:
- Write detailled documentation for readthedocs
Changelog
- 0.6 : Addition of
word2num
andnum2word
functions - 0.5 : Remove unused function from docs
- 0.4: fix wrong column numbers and added Xu 2009 to the database (not available as function yet)
- 0.3: Integration to readthedocs.io
- 0.2: Correct WLP
- 0.1: initial version
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
Built Distribution
File details
Details for the file csw93-0.6.0.tar.gz
.
File metadata
- Download URL: csw93-0.6.0.tar.gz
- Upload date:
- Size: 37.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.8.5 Linux/4.4.0-19041-Microsoft
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b256d0c0a12021a6c17864016f3dcf1d56a5a33b8de1e9cfef912ae286087161 |
|
MD5 | 9a6d01e4c45a2811f97f6410c49cfbc0 |
|
BLAKE2b-256 | b06c6dcedc3238234ade537d01380df18f688334de388b1221cca6133f0ae140 |
File details
Details for the file csw93-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: csw93-0.6.0-py3-none-any.whl
- Upload date:
- Size: 36.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.8.5 Linux/4.4.0-19041-Microsoft
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8939534b1d2de20a2a765112b71eecc9d82c391d54f746c3fd29372d4b48b1e |
|
MD5 | f29e7f8129bf5c33305b7fdc9dfb8cc1 |
|
BLAKE2b-256 | 3d20fe964e1dcdc28a917b22afdddf04c77d482a9d596fde386ea86c1a73220c |