# median **Repository Path**: tfcolin/median ## Basic Information - **Project Name**: median - **Description**: 中位数五点算法 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-05 - **Last Updated**: 2023-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是加权中位数 5 点算法的 golang 实现. 算法详解可参考 Bernhard Korte, Jens Vygen, Combinatorial Optimization - Theory and Algorithms, Fourth Edition. (2008) 第 17.1 节. 调用文档可参见 doc/median.pdf 编译及测试运行算例: go build go test