Monte_Carlo_Sampling00(11).rar - 蒙特卡罗抽样,拟合响应面方程,算失效率,概率密度,灵敏度
Monte-Carlo-method-.rar - 蒙特卡罗方法在由已知分布的随机抽样中的应用
ChangLHS.rar - 克里金模型中的改进拉丁超立方取点方法,在实际应用中有较强的意义。
UniformLHS.rar - 国外论文,关于克里金模型中的均匀拉丁超立方取点方法的研究,通过遗传算法对点点之间的距离进行优化。
LHS.zip - 拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.
MATLABCLMCS.zip - 用拉丁超立方采样方法模拟具有相关性的数组代码
ilhs.zip - 附件是改进的拉丁超立方的Matlab源程序
NSGA-II.rar - 拉丁超立方采样matlab程序:在尽可能少的样本点下建立尽可能精确的模型
LHS.rar - 拉丁超立方抽样试验设计程序:输入多维变量样本和所需组数,输出基于拉丁超立方抽样方法的实验设计结果
Latin-Hypercube-sample.zip - 拉丁超立方采样方法是一种科学的试验设计方法,其采样点具有分布均匀,具有代表性等特点。
lhsdesign_modified.zip - 改进拉丁超立方计算机实验,主要用于制造计算机实验所需要的实验方案
Latin-hypercube-sampling.rar - 拉丁超立方体抽样,是一种初始化常用的方法,使得种群初始化更均匀
LHS-methods.rar - 拉丁超立方法所有的程序,包括基本采样、相关采样等。
Latin-Hypercube-Sampling.rar - 此源码会产生一个平方空间上随机的领域。样品创建拉丁超立方抽样和空间相关性是基于Cholesky分解算法
Lhs.rar - 拉丁超立方体模拟程序,用于易于拉丁超立方体的蒙特拉罗模拟