文件名称:randgen2
- 所属分类:
- matlab例程
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- resid*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
randgen(mu,mu1,mu2,cov1,cov2,cov3) = Random generation of Gaussian Samples
in d-dimensions where d = 2
mu, mu1, mu2 = (x,y) coordinates(means) that the gaussian samples are centered around
cov1, cov2, cov3 are the covariance matrices and will vary changing the
shape of the distribution, example: cov = sigma^2*Identity Matrix, where sigma^2 = a scalar
N = the number of gaussian samples used are provided as user input,
A test set of N/2 and a training set of N/2 gaussian samples is also generated
Output is directed to the command window and a plot of the distributions are generated
in d-dimensions where d = 2
mu, mu1, mu2 = (x,y) coordinates(means) that the gaussian samples are centered around
cov1, cov2, cov3 are the covariance matrices and will vary changing the
shape of the distribution, example: cov = sigma^2*Identity Matrix, where sigma^2 = a scalar
N = the number of gaussian samples used are provided as user input,
A test set of N/2 and a training set of N/2 gaussian samples is also generated
Output is directed to the command window and a plot of the distributions are generated
(系统自动生成,下载前可以参看下载内容)
下载文件列表
randgen2.m