In this video i am going to show "quick&dirty" how to plot the histogram of a vector containing random numbers in GNU Octave.
#
The code from the video is available here:
https://textuploader.com/142ec
#
Some background about the histogram is available here:
https://en.wikipedia.org/wiki/Histogram
#
Some background about the normal distribution (normrnd(mu,sigma) command) is available here. Have a look at he parameters mean and standard deviation! :
https://en.wikipedia.org/wiki/Normal_distribution
#
Some background about the probability density function (histogram can be an estimation for it) is available here:
https://en.wikipedia.org/wiki/Probability_density_function
#
Here you can find the statistics package for GNU Octave with the built-in normrnd()-function:
https://octave.sourceforge.io/statistics/
#
You can download GNU Octave here:
https://www.gnu.org/software/octave/
#
#
Thumbs up and subscribe if you like this type of content :)