Skip to content

donghun2018/orf411

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

orf411

Code base for ORF 411

Get the Newest Code

You may clone this repository.
For your convenience, the ZIP file of the codes can be downloaded here.

Getting Started

These instructions will get you a copy of the Python codes and set up your local machine to run the codes.

Prerequisites

This software was tested with Python 3.6.

Python

We recommend Anaconda as an easy way to get a working python system in your machine. Get it here.

The code is developed and tested on 64-bit python 3.6.

Packages

The packages required by the code are:

  • numpy: used for pseudorandom number generator and many useful functions
  • scipy: used for more exotic functions that are not offered in numpy
  • openpyxl: used for Microsoft Excel xlsx input/output functionalities

You may get these using conda

$ conda install numpy scipy openpyxl

or using pip (if you already have Python in your machine and decided not to use Anaconda)

$ pip install numpy openpyxl

Problem Sets

1

2

About

Code base for ORF 411

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors