Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mldoe-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

mldoe-0.0.1-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page