Description: 随机数的产生与检验
用余数法产生(0,1)均匀分布随机数等-Random Number Generation and testing by more than a few law (0,1) uniformly distributed random numbers, etc. Platform: |
Size: 1024 |
Author:张童 |
Hits:
Description: matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。
如果作2或4次多项式拟合,结果如何?
-matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of data (xi, yi, i = 1,2, ..., n), then add random noise in yi (available rand generation (0,1) uniformly distributed random number, or rands generated N (0,1) random numbers), then xi and yi to add a random disturbance polynomial fitting for the three times, compared with the original coefficient . If 2 or 4 times for polynomial fitting, the result? Platform: |
Size: 4096 |
Author:崔昭宇 |
Hits:
Description: MATLAB counting processes and piecewise constant functions toolbox .
Includes vectorized code for addition and integration of such functions.
Also simulation of renewal, renewal-rewards, on-off processes. May be
useful in simulation of point processes. Requires the toolbox for
generation of random numbers. It is included in the paralel directory
ranvar .
The detailed documentation can be found in
http://www.math.uu.se/research/telecom/software/
Any suggestions or comments are welcome.-MATLAB counting processes and piecewise constant functions toolbox .
Includes vectorized code for addition and integration of such functions.
Also simulation of renewal, renewal-rewards, on-off processes. May be
useful in simulation of point processes. Requires the toolbox for
generation of random numbers. It is included in the paralel directory
ranvar .
The detailed documentation can be found in
http://www.math.uu.se/research/telecom/software/
Any suggestions or comments are welcome. Platform: |
Size: 13312 |
Author:ali |
Hits:
Description: MATLAB routines to simulate and visualize various queueing systems:
M/M/1, M/D/1, M/G/1, M/G/infinity. Requires the toolbox for
generation of random numbers. It is included in the paralel directory
..\ranvar . The detailed documentation can be found in
http://www.math.uu.se/research/telecom/software/
Any suggestions or comments are welcome.
###############
Installation:
After decompressing, run servpath.m in the directory service .
Alternatively, you may add to your startup.m:
addpath( path_to_stsim\service , ...
path_to_stsim\ranvar )
-MATLAB routines to simulate and visualize various queueing systems:
M/M/1, M/D/1, M/G/1, M/G/infinity. Requires the toolbox for
generation of random numbers. It is included in the paralel directory
..\ranvar . The detailed documentation can be found in
http://www.math.uu.se/research/telecom/software/
Any suggestions or comments are welcome.
###############
Installation:
After decompressing, run servpath.m in the directory service .
Alternatively, you may add to your startup.m:
addpath( path_to_stsim\service , ...
path_to_stsim\ranvar )
Platform: |
Size: 6144 |
Author:ali |
Hits:
Description: MATLAB routines to simulate and visualize three models for aggregated
telecommunications traffic with long-range dependence:
superposition of renewal processes, infinite source Poisson model
and integrated sum of on-off processes. Requires the toolboxes for
generation of counting processes, random numbers and queueing systems.
These are included in paralel directories ..\counting , ..\ranvar
and ..\service .
The detailed documentation can be found in
http://www.math.uu.se/research/telecom/software/
Any suggestions or comments are welcome.
-MATLAB routines to simulate and visualize three models for aggregated
telecommunications traffic with long-range dependence:
superposition of renewal processes, infinite source Poisson model
and integrated sum of on-off processes. Requires the toolboxes for
generation of counting processes, random numbers and queueing systems.
These are included in paralel directories ..\counting , ..\ranvar
and ..\service .
The detailed documentation can be found in
http://www.math.uu.se/research/telecom/software/
Any suggestions or comments are welcome.
Platform: |
Size: 13312 |
Author:ali |
Hits: