| 查看: 5406 | 回复: 3 | |||||
[求助]
拉丁超立方试验设计
|
| 最优拉丁超立方试验设计应该怎么取样本点 |
» 猜你喜欢
散金币,求好运,祝面上顺利!
已经有81人回复
华东师范大学芯片设计徐珑真实水平咋样
已经有1人回复
物理学I论文润色/翻译怎么收费?
已经有182人回复
调剂
已经有0人回复
【新加坡】纳米电子器件项目组有“联合培养博士生”名额
已经有0人回复
中德博士后2026项目5月30日截止- 国内博士后入站、德国两年全职
已经有0人回复
面向全球申请人的中德博士后2026项目5月30日截止- 国内博后入站德国两年全职
已经有0人回复
【新加坡】纳米电子器件项目组有“联合培养博士生”名额
已经有2人回复
重庆交大材料学院26年硕士招生复试实施细则已出。欢迎加入光子学微结构与器件课题组。
已经有0人回复
北工大宋晓艳教授团队招收2026年9月入学博士【学博和专博名额均有】!
已经有1人回复
天津城建大学理学院化学、环境工程、材料物理等方向接收10人
已经有0人回复
» 本主题相关价值贴推荐,对您同样有帮助:
拉丁超立方试验设计程序
已经有2人回复
dbb627
荣誉版主 (著名写手)
-

专家经验: +4 - 计算强帖: 12
- 应助: 289 (大学生)
- 贵宾: 0.589
- 金币: 24640.4
- 散金: 551
- 红花: 61
- 沙发: 1
- 帖子: 1246
- 在线: 1794.8小时
- 虫号: 149791
- 注册: 2005-12-29
- 性别: GG
- 专业: 污染控制化学
- 管辖: 计算模拟
【答案】应助回帖
感谢参与,应助指数 +1
|
matlab 中有个 lhsdesign,不知是否满足你的要求 LHSDESIGN Generate a latin hypercube sample. X=LHSDESIGN(N,P) generates a latin hypercube sample X containing N values on each of P variables. For each column, the N values are randomly distributed with one from each interval (0,1/N), (1/N,2/N), ..., (1-1/N,1), and they are randomly permuted. X=LHSDESIGN(...,'PARAM1',val1,'PARAM2',val2,...) specifies parameter name/value pairs to control the sample generation. Valid parameters are the following: Parameter Value 'smooth' 'on' (the default) to produce points as above, or 'off' to produces points at the midpoints of the above intervals: .5/N, 1.5/N, ..., 1-.5/N. 'iterations' The maximum number of iterations to perform in an attempt to improve the design (default=5) 'criterion' The criterion to use to measure design improvement, chosen from 'maximin' (the default) to maximize the minimum distance between points, 'correlation' to reduce correlation, or 'none' to do no iteration. Latin hypercube designs are useful when you need a sample that is random but that is guaranteed to be relatively uniformly distributed over each dimension. |

2楼2013-08-28 09:14:22
3楼2014-06-12 15:48:07
4楼2014-09-24 11:05:25














回复此楼