Uploaded May 2020 | Updated September 2026, 1 week ago
A few years ago I released a video on medical statistics using Julia. This is an update to that video, using version 1.4.1 this time around. The video showcases Julia syntax for those already familiar with biostatistics.
To do this, I simulate some data from the summary statistics of this paper,
ncbi.nlm.nih.gov/pmc/articles/PMC5724841 I then recreate some of the results. This allows me to show you how to use distributions, random values, for loops, and much more.
In the rest of the video, I then analyze the data by using summary statistics, data visualization, test for the use of parametric tests and then a t-test and the Mann-Whitney-U test. I also show how to code a chi-squared test for independence.
In the video I show you how to get Julia and add packages. I make use of Atom as the integrated development environment. The files are available on GitHub at github.com/juanklopper/Julia-for-scientifc-computing
I am working on a course on Julia for Udemy. As soon as it is done, I will post a link to it here.
A few years ago I released a video on medical statistics using Julia. This is an update to that video, using version 1.4.1 this time around. The video showcases Julia syntax for those already familiar with biostatistics.
To do this, I simulate some data from the summary statistics of this paper,
ncbi.nlm.nih.gov/pmc/articles/PMC5724841 I then recreate some of the results. This allows me to show you how to use distributions, random values, for loops, and much more.
In the rest of the video, I then analyze the data by using summary statistics, data visualization, test for the use of parametric tests and then a t-test and the Mann-Whitney-U test. I also show how to code a chi-squared test for independence.
In the video I show you how to get Julia and add packages. I make use of Atom as the integrated development environment. The files are available on GitHub at github.com/juanklopper/Julia-for-scientifc-computing
I am working on a course on Julia for Udemy. As soon as it is done, I will post a link to it here.










