Importing packages
Utilizing external packages will make you a more effective programmer. In this exercise, you will import and use the Statistics package in two different ways.
An array of data named x, is available in your environment.
이 연습은 강의의 일부입니다
Introduction to Julia
실습형 인터랙티브 연습
이 예제를 이 샘플 코드를 완성하여 풀어보세요.
# Import the Statistics package
____
# Calculate median
m = ____.____(____)
println("Median of x is $m")