| 查看: 5554 | 回复: 3 | ||||
[求助]
拉丁超立方试验设计
|
| 最优拉丁超立方试验设计应该怎么取样本点 |
» 猜你喜欢
基金申请
已经有44人回复
CSC与新西兰维多利亚大学PhD奖学金项目
已经有0人回复
物理学I论文润色/翻译怎么收费?
已经有174人回复
新西兰Robinson研究所 招聘CSC公派访问人员
已经有0人回复
帮我的英语口语老师找学生
已经有0人回复
什么时候开奖?
已经有13人回复
散金币祈福
已经有94人回复
青基已中
已经有1人回复
散金币祈福
已经有185人回复
求助,如何提取ELK的rt-TDDFT在某一时刻的自旋密度分布和电子密度分布
已经有1人回复
» 本主题相关价值贴推荐,对您同样有帮助:
拉丁超立方试验设计程序
已经有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










回复此楼
20