Advertisement
Sri27119

geometric

May 19th, 2024
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.30 KB | None | 0 0
  1. x = 125; % samples analysed until a large particle is detected
  2. p = 0.01; % P(wafer conatins a large particle of contamination
  3. Px = geopdf(x,p);
  4. stem(0:25:200,geopdf(0:25:200,geopdf(0:25:200,p)));
  5. title('GEOMETRIC PROBABILITY DISTRIBUTION');
  6. xlabel('Samples analysed --->');
  7. ylabel('Probability --->');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement