Julia OLS: A Basic Example

Posted Leave a commentPosted in Practice

In this post you will: Run a basic Ordinary Least Squares (OLS) regression in Julia language Time to complete should be less than 30 minutes Prerequisites: This post assumes that you have knowledge of the following post(s), in order: Installing Anaconda Installing Julia Language Below you will see a Jupyter script that you first saw in the Installing […]

Installing Anaconda

Posted 2 CommentsPosted in Practice

In this post you will: Install Anaconda Get Started with Anaconda Navigator Run a basic python command in a notebook Time to complete should be less than 30 minutes Anaconda is one of the fastest ways to install Python, R, Jupyter etc. It is essentially a software manager that will install and help you organize […]

Installing Julia Language

Posted Leave a commentPosted in Practice

In this post you will: Install Julia [will take approx. 10 minutes] Instantiate the Julia kernel from within a Jupyter notebook (using Anaconda Navigator + Jupyter Lab) [~3 minutes] Run Ordinary Least Squares Regression [~5 minutes] Prerequisites: The following posts may be good to review before this one: Installing Anaconda Julia is an exciting new(ish) computer […]