jameskermode / py-design

Design of random experiments in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design of Experiments in Python

Description

The py-design package defines the Python module design which implements several routines for the design of experiments. Basically, it serves as a wrapper the Fortran 90 codes for experimental design written by John Burkardt. I have collected, probably, all of them here.

Related Packages

To the best of my knowledge, there is also another Python package implementing several designs called PyDOE. I concentrate more on what is known as randomized designs used in sampling models in order to create surrogate surfaces as well as performing Monte Carlo tasks.

Demos

Here are some demos demonstrating how to use the package:

TODO

  • Add references to each algorithm.

About

Design of random experiments in Python

License:GNU Lesser General Public License v2.1


Languages

Language:Fortran 98.1%Language:Python 1.9%