We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f960362 commit e27139dCopy full SHA for e27139d
models/dppl_sto_volatility.jl
@@ -1,5 +1,3 @@
1
-using Downloads, CSV
2
-
3
path = "$(@__DIR__)/../data/dppl_sto_volatility.csv"
4
data, _ = readdlm(path, ',', header=true)
5
to_num(x) = x isa Number ? x : 0.1
0 commit comments