Plotting numbers in the XY graph in Julia can help us create the big picture. This post shows how to plot data points in a graph using the Plots and GR packages. These data points are our x-y coordinates. Install
Find Interquartile Range In Julia
This post shows how to find the Interquartile Range (IQR) in Julia. We will use custom codes and move them into a function for reusability. Interquartile Range With Custom Codes Before moving on, please install Julia plugin for IntelliJ IDEA. Using
Find Standard Deviation In Julia
Although there is the Statistics.std function, this post shows how to find the Standard Deviation in Julia using custom codes. What is Standard Deviation? The Standard Deviation is a value that shows how much the values deviate from their mean.