wilsonfreitas/oplib — 15★ trên GitHub (R). Option Volatility and Pricing Models.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Use options prices to find the parameters of Corrado-Su model. The
function csm_fit_min_price executes the fit by minimizing the
difference between the given prices and prices returned by the formula.
Execute the fit only for the first maturity call options and see the
result (fitted parameters) in the end.
params <- with(op_vol |> filter(type == "Call", maturity_date == maturities[1]), {
csm_fit_min_price(
par = c(0.1, 0, 3),
type, close.underlying, strike, rate, 0, time_to_maturity, close, 1,
control = list(trace = 3)
)
})
#> N = 3, M = 5 machine precision = 2.22045e-16
#> This problem is unconstrained.
#> At X0, 0 variables are exactly at the bounds
#> At iterate 0 f= 3.9264 |proj g|= 18.082
#> At iterate 10 f = 0.97023 |proj g|= 1.3768
#> At iterate 20 f = 0.88965 |proj g|= 0.028646
#>
#> iterations 25
#> function evaluations 47
#> segments explored during Cauchy searches 1
#> BFGS updates skipped 0
#> active bounds at final generalized Cauchy point 0
#> norm of the final projected gradient 1.88873e-05
#> final function value 0.889647
#>
#> F = 0.889647
#> final value 0.889647
#> converged
params
#> sigma mu3 mu4
#> 0.3075525 -0.0836883 4.4146539
Compute the theoretical price with Corrado-Su model.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/wilsonfreitas/oplib là nguồn chính thức.
wilsonfreitas/oplib có bao nhiêu sao?
wilsonfreitas/oplib có 15 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/wilsonfreitas/oplib. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
wilsonfreitas/oplib có phải mã nguồn mở không?
TopGit chưa ghi nhận license cho wilsonfreitas/oplib. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
wilsonfreitas/oplib còn đang phát triển không?
Commit gần nhất trên wilsonfreitas/oplib là 1.5 năm trước (theo timestamp GitHub). Repo có 0 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
wilsonfreitas/oplib là gì?
wilsonfreitas/oplib (wilsonfreitas/oplib) là dự án R trên GitHub. Theo mô tả gốc: Option Volatility and Pricing Models.
wilsonfreitas/oplib viết bằng ngôn ngữ gì?
wilsonfreitas/oplib chủ yếu viết bằng R. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về oplib?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về oplib.