{ "info": { "author": "Rickard Sjoegren", "author_email": "r.sjogren89@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Education", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "pyDOE2: An experimental design package for python\n=====================================================\n\n`pyDOE2` is a fork of the [`pyDOE`](https://github.com/tisimst/pyDOE) package \nthat is designed to help the scientist, engineer, statistician, etc., to \nconstruct appropriate experimental designs.\n\nThis fork came to life to solve bugs and issues that remained unsolved in the\noriginal package.\n\nCapabilities\n------------\n\nThe package currently includes functions for creating designs for any \nnumber of factors:\n\n- Factorial Designs\n - General Full-Factorial (``fullfact``)\n - 2-level Full-Factorial (``ff2n``)\n - 2-level Fractional Factorial (``fracfact``)\n - Plackett-Burman (``pbdesign``)\n - Generalized Subset Designs (``gsd``)\n- Response-Surface Designs \n - Box-Behnken (``bbdesign``)\n - Central-Composite (``ccdesign``)\n- Randomized Designs\n - Latin-Hypercube (``lhs``)\n \nSee the original [pyDOE homepage](http://pythonhosted.org/pyDOE) for details\non usage and other notes.\n\nWhat's new?\n----------\n\n### Generalized Subset Designs\n\nIn pyDOE2 version 1.1 the [Generalized Subset Design (GSD)](https://doi.org/10.1021/acs.analchem.7b00506)\nis introduced. GSD is a generalization of traditional fractional factorial\ndesigns to problems where factors can have more than two levels.\n\nIn many application problems factors can have categorical or quantitative\nfactors on more than two levels. Previous reduced designs have not been\nable to deal with such types of problems. Full multi-level factorial\ndesigns can handle such problems but are however not economical regarding\nthe number of experiments.\n\nThe GSD provide balanced designs in multi-level experiments with the number\nof experiments reduced by a user-specified reduction factor. Complementary\nreduced designs are also provided analogous to fold-over in traditional\nfractional factorial designs.\n\nGSD is available in pyDOE2 as:\n\n```\nimport pyDOE2\n\nlevels = [2, 3, 4] # Three factors with 2, 3 or 4 levels respectively.\nreduction = 3 # Reduce the number of experiment to approximately a third.\n\npyDOE2.gsd(levels, reduction)\n```\n\n\nRequirements\n------------\n\n- NumPy\n- SciPy\n\nInstallation and download\n-------------------------\n\nThrough pip:\n\n```\npip install pyDOE2\n```\n\n\nCredits\n-------\n\n`pyDOE` original code was originally converted from code by the following \nindividuals for use with Scilab:\n \n- Copyright (C) 2012 - 2013 - Michael Baudin\n- Copyright (C) 2012 - Maria Christopoulou\n- Copyright (C) 2010 - 2011 - INRIA - Michael Baudin\n- Copyright (C) 2009 - Yann Collette\n- Copyright (C) 2009 - CEA - Jean-Marc Martinez\n\n- Website: forge.scilab.org/index.php/p/scidoe/sourcetree/master/macros\n\n`pyDOE` was converted to Python by the following individual:\n\n- Copyright (c) 2014, Abraham D. Lee\n\nThe following individuals forked and works on `pyDOE2`:\n\n- Copyright (C) 2018 - Rickard Sj\u00f6gren and Daniel Svensson\n\n\nLicense\n-------\n\nThis package is provided under two licenses:\n\n1. The *BSD License* (3-clause)\n2. Any other that the author approves (just ask!)\n\nReferences\n----------\n\n- [Factorial designs](http://en.wikipedia.org/wiki/Factorial_experiment)\n- [Plackett-Burman designs](http://en.wikipedia.org/wiki/Plackett-Burman_design)\n- [Box-Behnken designs](http://en.wikipedia.org/wiki/Box-Behnken_design)\n- [Central composite designs](http://en.wikipedia.org/wiki/Central_composite_design)\n- [Latin-Hypercube designs](http://en.wikipedia.org/wiki/Latin_hypercube_sampling)\n- Surowiec, Izabella, Ludvig Vikstr\u00f6m, Gustaf Hector, Erik Johansson,\nConny Vikstr\u00f6m, and Johan Trygg. \u201cGeneralized Subset Designs in Analytical\nChemistry.\u201d Analytical Chemistry 89, no. 12 (June 20, 2017): 6491\u201397.\nhttps://doi.org/10.1021/acs.analchem.7b00506.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clicumu/pyDOE2", "keywords": "DOE,design of experiments,experimental design,optimization,statistics,python", "license": "BSD License (3-Clause)", "maintainer": "", "maintainer_email": "", "name": "pyDOE2", "package_url": "https://pypi.org/project/pyDOE2/", "platform": "", "project_url": "https://pypi.org/project/pyDOE2/", "project_urls": { "Homepage": "https://github.com/clicumu/pyDOE2" }, "release_url": "https://pypi.org/project/pyDOE2/1.2.1/", "requires_dist": null, "requires_python": "", "summary": "Design of experiments for Python", "version": "1.2.1" }, "last_serial": 5577164, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "3af93c96ae41ae42e14fa38bf626c14c", "sha256": "0b275715daf6899c2640e6a0426f0b8af2075a8c456ee78211ab94c80c6e39ad" }, "downloads": -1, "filename": "pyDOE2-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3af93c96ae41ae42e14fa38bf626c14c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15368, "upload_time": "2018-01-26T10:33:11", "url": "https://files.pythonhosted.org/packages/69/0c/0b600a34953887bbea1613be2ef84a0ce142fced1580b95d6768d5f25921/pyDOE2-1.0.2.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "aa0a8ca670a4cb3b12a2d8a2e17a27d9", "sha256": "31e76d632d480cfe3833a49b9a57f134db3f153b7273f95c184817c4931073ee" }, "downloads": -1, "filename": "pyDOE2-1.1.tar.gz", "has_sig": false, "md5_digest": "aa0a8ca670a4cb3b12a2d8a2e17a27d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18673, "upload_time": "2018-01-31T12:33:42", "url": "https://files.pythonhosted.org/packages/77/41/9c188ea7a6cf2cf02d47d383834941f891c4bde1284f8e0a6c7bbe0021d0/pyDOE2-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3de756555663f16a04b231ee74fb6781", "sha256": "c5c0c343bec9b7d0f6650f2d0686802c212ed36ef8b1f895d9cde2ea62768736" }, "downloads": -1, "filename": "pyDOE2-1.1.1.zip", "has_sig": false, "md5_digest": "3de756555663f16a04b231ee74fb6781", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28957, "upload_time": "2018-02-02T13:38:24", "url": "https://files.pythonhosted.org/packages/aa/91/9e78316132e9cb98d0f13e2ee735c7e86c890908682821cd171e4a2d558b/pyDOE2-1.1.1.zip" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "9623879c12364c74905328d19443095e", "sha256": "1d6fefd4e4ac1882436994d2dd91777fe829cd8cf08c92e5f7533f494b26699f" }, "downloads": -1, "filename": "pyDOE2-1.1.2.tar.gz", "has_sig": false, "md5_digest": "9623879c12364c74905328d19443095e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19565, "upload_time": "2018-11-13T08:15:35", "url": "https://files.pythonhosted.org/packages/af/4b/629d865a76ba54f187d2eadf33ff17d9279019aa15a5e642a4f87aa3a4b5/pyDOE2-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "eac7181c3deb062e0682a40e534c2bba", "sha256": "a4f94331a81c10b9f6493f6ba3e96cc31f9404e7940cce2c8267afbb84c18b9a" }, "downloads": -1, "filename": "pyDOE2-1.2.0.tar.gz", "has_sig": false, "md5_digest": "eac7181c3deb062e0682a40e534c2bba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19213, "upload_time": "2019-04-01T07:47:48", "url": "https://files.pythonhosted.org/packages/81/19/d332ec53cbc896fbfdaadae1df059892df009afb00d48ff8dc74fbe1d193/pyDOE2-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "d02e8f34614cb2ac305b3e5006f5af0b", "sha256": "2b267b54f5485718a008c12c2901114ba23834708545c75d42f1c8f0f0ad20e4" }, "downloads": -1, "filename": "pyDOE2-1.2.1.tar.gz", "has_sig": false, "md5_digest": "d02e8f34614cb2ac305b3e5006f5af0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19273, "upload_time": "2019-07-24T11:31:25", "url": "https://files.pythonhosted.org/packages/8c/09/ddb2b0ddde727051d281ed9a595be55b36514abde5ede768d4d2ca14aa9d/pyDOE2-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d02e8f34614cb2ac305b3e5006f5af0b", "sha256": "2b267b54f5485718a008c12c2901114ba23834708545c75d42f1c8f0f0ad20e4" }, "downloads": -1, "filename": "pyDOE2-1.2.1.tar.gz", "has_sig": false, "md5_digest": "d02e8f34614cb2ac305b3e5006f5af0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19273, "upload_time": "2019-07-24T11:31:25", "url": "https://files.pythonhosted.org/packages/8c/09/ddb2b0ddde727051d281ed9a595be55b36514abde5ede768d4d2ca14aa9d/pyDOE2-1.2.1.tar.gz" } ] }