From 0adf2b989545d51e1c560013d8acc2db6e3fb72e Mon Sep 17 00:00:00 2001 From: morluto <76467478+morluto@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=20Jacobian=20=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E9=87=8F=E5=8C=96=E7=A0=94=E7=A9=B6=E5=B7=A5=E5=85=B7=20(#145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Jacobian to quant research tools * Sort Jacobian with analytic tools --- Readme.md | 1 + Readme_cn.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index c5baeb6..44a7a20 100644 --- a/Readme.md +++ b/Readme.md @@ -317,6 +317,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a - [alphalens (Fork)](https://github.com/wangzhe3224/alphalens) | `Python` | - Performance analysis of predictive (alpha) stock factors - [ffn](https://github.com/pmorissette/ffn) | `Python` | - A financial function library for Python - [honest-signals](https://github.com/MarvinRey7879/honest-signals) | `Python` | - Scores detected chart patterns against the pattern-free baseline for the same market and timeframe, reporting lift with cluster-robust confidence intervals instead of a hit rate against 50% +- [Jacobian](https://github.com/morluto/jacobian) | `Python`, `MCP`, `CLI` | - Composable mathematics for agent-driven quant research, with exact computation and conjecture testing across polynomial maps, linear algebra, and graph algorithms. - [quantstats](https://github.com/ranaroussi/quantstats) | `Python` | - Portfolio analytics for quants, written in Python ### Indicators diff --git a/Readme_cn.md b/Readme_cn.md index 44594b3..ae9a158 100644 --- a/Readme_cn.md +++ b/Readme_cn.md @@ -182,6 +182,7 @@ Note: 如果标有`Live Trading` 表示具有实时交易功能(至少一个 ### 指标计算 Metrics computation - [ffn](https://github.com/pmorissette/ffn) | `Python` | - Python的金融函数库 +- [Jacobian](https://github.com/morluto/jacobian) | `Python`、`MCP`、`CLI` | - 面向 Agent 的可组合数学工具,为量化研究提供跨多项式映射、线性代数和图算法的精确计算与猜想测试。 - [quantstats](https://github.com/ranaroussi/quantstats) | `Python` | - 用 Python 编写的量化投资组合分析 ### 指标 Indicators