Open Marshhhhh opened 8 years ago
https://cran.r-project.org/web/views/Finance.html https://cran.r-project.org/web/views/DifferentialEquations.html
ii <- c(seq(0,0.24,0.02)[-1],seq(0.24,0.42,0.01)[-1],seq(0.42,0.5,0.02)[-1],1) b <- 0.41 which(ii==b)
a <- 0.44 which(ii==a)
https://cran.r-project.org/web/views/Finance.html https://cran.r-project.org/web/views/DifferentialEquations.html