Tools to generate and enumerate mixed-level designs
Project description
MLDOE
This package provides the tools to enumerate and characterize regular mixed-level designs (with four and two-level factors).
Installation
Run the following to install:
pip install mldoe
Usage
from mldoe import design
# Generate a two-level design by columns
D = TLdesign(16,[1,2,4,8,6])
# Print the design matrix
print(D.array)
# Compute its word-length pattern
print(D.wlp())
Developing mldoe
To install mldoe, along with the tools you need to develop and run tests, run the following in your virtualenv:
pip install -e .[dev]
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mldoe-0.0.1.tar.gz.
File metadata
- Download URL: mldoe-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b693b0f6cc105228ee7bcebd81c031c57c2aa1ee8e482401ada32dd08b429b90
|
|
| MD5 |
bf3b50550ec0460a9c42a61e425827de
|
|
| BLAKE2b-256 |
24b4de71f97bc5f022069c466bb1858b1a603801717899d19fd6ebdf1f67af11
|
File details
Details for the file mldoe-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mldoe-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc9c67ea839a119298344d6ae35126b78e6b39e1723f214415e88952b4d6b9a1
|
|
| MD5 |
9081cad599e6fb2b6835d51824bd895c
|
|
| BLAKE2b-256 |
60f7c60627b6173dfbdb708c097942ad93bdc468172f65b95f178fc1bc3d367b
|