Fredholm.jl:第一类Fredholm积分的正则求逆

时间:2021-03-27 04:00:43
【文件属性】:
文件名称:Fredholm.jl:第一类Fredholm积分的正则求逆
文件大小:141KB
文件格式:ZIP
更新时间:2021-03-27 04:00:43
Julia 弗雷德霍尔姆 用法 例如,考虑以下形式的输入数据 using Fredholm, QuadGK, Random Random . seed! ( 1234 ); F (t) = exp ( - (t - 2 ) ^ 2 / ( 2 * 0.3 ^ 2 )) + exp ( - (t - 3 ) ^ 2 / ( 2 * 0.3 ^ 2 )) y (s) = quadgk (t -> F (t) * exp ( - t * s), 0 , Inf , rtol = 1e-6 )[ 1 ] s = 10.0 .^ ( - 2 : 0.05 : 1 ) # generate discrete example data ys = map (y, s) # from this we want to approximate F(t) noise = ( randn ( length
【文件预览】:
Fredholm.jl-master
----Project.toml(408B)
----.github()
--------workflows()
----test()
--------Project.toml(204B)
--------fredholm.jl(897B)
--------runtests.jl(97B)
----LICENSE(1KB)
----src()
--------regularizations.jl(913B)
--------autoreg.jl(4KB)
--------Fredholm.jl(360B)
--------solve.jl(2KB)
----example.png(137KB)
----.gitignore(15B)
----README.md(1KB)

网友评论