始める無料で始める

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")
コードを編集して実行