Coder Social home page Coder Social logo

econometric's Introduction

Econometric

Just a homework repository for my Econometric course.

How to use this

This is a tutorial on how to setup python, pip and venv. So if you know how to use it, then promptly skip this part. I would write this for Windows and Mac only, because Linux and BSD users could probably figure it out anyways. (# Fedora User)

If you don't understand what I'm talking about you could go find the relevent information on the internet or just not care and follow along

  1. Download Python and install it in your PATH
  2. Open up your terminal (Windows -> Powershell and Mac -> Terminal) and change the current directory
cd <dir> # replace <dir> with the correct directory

For example my folder is called econometric and is saved inside the Documents folder.

cd .\Documents\ecnometric # Windows
cd ~/Documents/econometric # Mac
  1. Type either one of the following commands (Whatever works for you.) to setup your virtual environment and activate it.
py -m venv . # or
python3 -m venv .

If you have errors now, check if Python is on your PATH

  1. Activate your virtual environment
.\Script\activate # Windows
source bin/activate # Mac
  1. Download the required packages with pip
python -m pip install -r .\requirements.txt # Windows
pip3 install -r requirements.txt # Mac
  1. Startup Jupyter Lab
jupyter-lab

Usage on R

If you're on Linux, install the following dependencies (list based on apt):

  • libmpfr-dev
  • libcurl4-openssl-dev
  • libssl-dev
  • libxml2-dev
  • r-base-dev
  • r-base

econometric's People

Contributors

imfulee avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.