Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 中是否有任何模块或包可用于使用实验设计 (DoE)方法?
你试过pyDOE吗?它非常适合构建因子设计、响应曲面设计等。你可以在PyPi上找到它。
试试这个新的代码库,它将一个简单的 CSV 文件作为输入变量的范围,并在另一个 CSV 文件中生成所需的 DOE。它不是一个完整的包,而是要使用的功能的集合。
实验设计-Python