How to generate the sample point of uniform distribution 6 个回复 - 2860 次查看
How to generate the sample point of uniform distribution in two dimensional case,
if I use
seed=123;
n=100;
dim=2;
x=uniform(repeat(seed,n,dim));
I only can get the matrix with two column, whic ...2010-11-17 00:21 - nkahoo - 商业数据分析