登录
首页 » Python » pyDOE-0.3.8

pyDOE-0.3.8

于 2020-10-12 发布
0 119
下载积分: 1 下载次数: 0

代码说明:

说明:  pydoe包是python关于实验设计采样的工具包,其中包含了拉丁超立方等方法。(pydoe: The experimental design package for python)

文件列表:

pyDOE-0.3.8\PKG-INFO, 5458 , 2015-07-13
pyDOE-0.3.8\README, 3189 , 2015-07-13
pyDOE-0.3.8\setup.cfg, 64 , 2015-07-13
pyDOE-0.3.8\setup.py, 1684 , 2015-07-13
pyDOE-0.3.8\pyDOE\build_regression_matrix.py, 2991 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_box_behnken.py, 2602 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_composite.py, 6272 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_factorial.py, 7199 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_fold.py, 1547 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_lhs.py, 7829 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_plackett_burman.py, 3010 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_repeat_center.py, 1125 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_star.py, 2370 , 2015-07-13
pyDOE-0.3.8\pyDOE\doe_union.py, 1227 , 2015-07-13
pyDOE-0.3.8\pyDOE\var_regression_matrix.py, 1506 , 2015-07-13
pyDOE-0.3.8\pyDOE\__init__.py, 1073 , 2015-07-13
pyDOE-0.3.8\pyDOE.egg-info\dependency_links.txt, 1 , 2015-07-13
pyDOE-0.3.8\pyDOE.egg-info\PKG-INFO, 5458 , 2015-07-13
pyDOE-0.3.8\pyDOE.egg-info\requires.txt, 11 , 2015-07-13
pyDOE-0.3.8\pyDOE.egg-info\SOURCES.txt, 440 , 2015-07-13
pyDOE-0.3.8\pyDOE.egg-info\top_level.txt, 6 , 2015-07-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 计算轴承故障特征频率
    简单的labview,实现计算轴承故障特征频率(Calculation of characteristic frequency of bearing fault)
    2018-03-20 13:11:42下载
    积分:1
  • c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。...
    c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。 -c language to number guessing game, the rules of the game is relatively simple, general two people to play, one out of numbers, one guess. To a good number of people out of a 4-digit number does not repeat not be allowed to guess one knows. Guess people can start guessing. Each guess a number, a number of those who should according to this figure gives a few A few B, where A numerical position in front of the number of correct number, while the B before the numbers indicate the number of correct and incorrect number of locations the number of .
    2022-12-26 22:50:03下载
    积分:1
  • 卷积神经网络源码-深度
    说明:  卷积神经网络源码,学习用代码,内容较好。(Convolutional Neural Network Source Code)
    2020-10-22 11:37:23下载
    积分:1
  • 纠删码 冗余编码,可以提高数据的可靠性 可以与云备份结合应用...
    纠删码 冗余编码,可以提高数据的可靠性 可以与云备份结合应用-Erasure Code
    2022-01-21 01:11:26下载
    积分:1
  • itoolbox
    协同区间偏最小二乘 siPLS算法是 N rgaard等对其提出 的 iPLS方法的改进, 其基本算法步骤如下:(1)对原始谱图进行 预处理;(2)在全谱范围内建立全局偏最小二乘模型, 即上节的 模型;(3)在整个光谱区间采用 iPLS建立多个等窗口宽度的子 区间, 假设为 n个;(4)在每个子区间上建立偏最小二乘法模型, 即可得到 n个局部模型;(5)以交叉验证时的均方根误差 RMSE 值为各模型的精度衡量标准, 比较全光谱模型和各局部模型的 精度;(6)组合精度最高的局部子区间为新的回归区间;再在新 的回归区间建立 siPLS模型(Cooperative interval partial least squares (siPLS) algorithm is proposed by N rgaard et al. The improvements of the iPLS method are as follows: (1) the original spectrogram is performed. Preprocessing; (2) establishing a global partial least squares model in the full spectrum, that is, the upper part of the model. Model; (3) use iPLS to establish multiple equal window widths in the whole spectral interval. The interval is assumed to be n; (4) a partial least squares model is established on each sub interval. N local models can be obtained; (5) the root mean square error of cross validation is RMSE The values are the accuracy criteria of each model, and the comparison between the full spectral model and the local models is made. (6) the local interval with the highest combined precision is a new regression interval; and then new. The establishment of siPLS model in the regression interval)
    2018-06-28 10:14:57下载
    积分:1
  • cc++图像处理编程这本书的全部代码。分章节的
    cc++图像处理编程这本书的全部代码。分章节的-All source code of the book:Image processing programming using C and C++,dispart in chapters.
    2022-03-09 15:44:59下载
    积分:1
  • ReportCreator
    可实现报告单的简单编辑、格式和内容的调整(This is a ReportsCreator!)
    2020-06-16 20:40:02下载
    积分:1
  • 四旋翼无人机建模及PID控制律设计
    看过很多无人机建模的文章,这篇是精华,建议有需要的多研究本文(Read a lot of the unmanned aerial vehicle modeling article, this is the essence, suggest the need more research article)
    2021-03-16 16:29:21下载
    积分:1
  • Umat
    说明:  增加断裂能考虑的用户子程序UMAT,用于纤维增强复合材料模拟损伤过程中考虑断裂能(Add fracture ability to consider user subroutine UMAT)
    2021-01-02 10:56:28下载
    积分:1
  • Desktop
    一维music算法,实现到达角超分辨率,MATLAB仿真程序,有说明,很详细(One dimensional music algorithm, achieve the super resolution of arrival Angle,MATLAB simulation program, there are instructions, very detailed)
    2020-06-17 21:20:02下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载