IMPS_2017/FILES/10_24
-
10_24.pdf, Lecture notes (PDF);
-
10_24.ppt, Lecture notes (PowerPoint);
-
growing_list.m,
demonstrates that a MATLAB list can get longer.
-
normal_pdf.jpg,
a plot of the normal probability distribution function.
-
normal_pdf.m,
evaluates the normal probability distribution function.
-
rand_1000.jpg,
the distribution of 1000 values returned by rand().
-
randn_1000.jpg,
the distribution of 1000 values returned by randn().
-
walker_1d.m,
computes a random walk, starting at 0, between [-N,+N].
-
walker_1d_average.m,
averages many 1D walks between [-N,+N].
-
walker_1d_averages.jpg,
plots the average number of steps in a random walk, as N increases.
-
walker_1d_averages.m,
computes the average number of steps in a random walk, as N increases.
-
walker_1d_bins+normal.jpg,
compares the walker average distribution to the normal distribution.
-
walker_1d_bins.jpg,
displays the walker average distribution.
-
walker_1d_bins.m,
computes the walker average distribution.
-
walker_1d_plot.jpg,
displays a single random walk.
-
walker_1d_plot.m,
creates a plot of a single random walk.
Last revised on 04 November 2017.