Beispiel #1
0
 public double volatility(double x)
 {
     return(Utils.sviVolatility(x, forward_, t_, params_));
 }