Recently Published
Working with Big Integers in Julia
Julia provides excellent support for working with arbitrarily large integers, often called "big integers" or "bignums." This is incredibly useful when dealing with numbers that exceed the capacity of standard integer types (like `Int64`). This tutorial covers the basics of using big integers in Julia.
Weather Forecasting
Portfolio project 2 for STAT220: Data Science at Carleton College
Regression Model Diagnostics With Julia
Carrying out model diagnostics for regression models in Julia can help you evaluate the performance and validity of your models.