Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Update risk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Oct 22, 2015
1 parent 399302b commit 99a7db1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions risk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
//from pylab import *
#from pylab import *
import matplotlib.pyplot as plot
import math

Expand Down Expand Up @@ -35,6 +35,7 @@
plot.show()


\\Risk = Money * Time
\\ Time = constant * Money
\\ Outsource Time = constant1 * Time + constant2 * Money

# Risk = Money * Time
# Time = constant * Money
# Outsource Time = constant1 * Time + constant2 * Money

0 comments on commit 99a7db1

Please sign in to comment.