clc
clear
L=10;
n=10000;
for i=1:n
u=rand;
x(i)=-L*log(1-u);
end
ort=mean(x)
v=var(x)
t=0:120;
hist(x,t)
Hiç yorum yok:
Yorum Gönder