You are on page 1of 3

Nombre: Maria Guadalupe Rangel Gonzalez

Alpha stable
CODIGO
x = -20:.01:20;
beta = 0;
gam = 1;
delta = 5;
figure(1)
y = stblpdf(x,.5,beta,gam,delta);
plot(x,y);
figure(2)
z = stblpdf(x,1,beta,gam,delta);
plot(x,z);
figure(3)
w = stblpdf(x,2,beta,gam,delta);
plot(x,w);
figure(4)
plot(x,stblpdf(x,.5,beta,gam,delta),...
x,stblpdf(x,1,beta,gam,delta),...
x,stblpdf(x,2,beta,gam,delta));

Nombre: Maria Guadalupe Rangel Gonzalez

Nombre: Maria Guadalupe Rangel Gonzalez

You might also like