Trying to find an error on the implementation of a simple BS formula

前端 未结 0 746
自闭症患者
自闭症患者 2021-02-12 22:00

Blackscholes_formula <- function(spot,timetomat,strike,r,q=0,sigma,opt_type=1,greek_type=1)
  {
  
  d_1<-(log(spot/k) + (r+ (sigma^2)/2)(timetomat))/sigma*sqrt(T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题