Python Forum
How to graphically represent this function?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to graphically represent this function?
#2
You need to compute values of your function for all values in S. Just replace line #28 in your code with the following:

bc_P = [CON_call_price(120,100, 1, 0.25, 0.2, 0.03, 1, s) for s in S]
Reply


Messages In This Thread
RE: How to graphically represent this function? - by scidam - May-03-2019, 10:30 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020