SciPy 是一个基于 Python 的开源科学计算库,提供大量用于数值计算、优化、信号处理、统计、线性代数、积分、插值等任务的算法与工具,常与 NumPy 一起使用。(也常写作 SciPy,这里以 “scipy” 指代该库。)
/ˈsaɪpaɪ/
I used SciPy to fit a curve to the data.
我用 SciPy 给数据做了曲线拟合。
Using SciPy’s optimization tools, the team minimized the loss function under several constraints and validated the result with statistical tests.
团队使用 SciPy 的优化工具在多个约束条件下最小化损失函数,并用统计检验验证结果。
SciPy 来自 Sci(science,科学)+ Py(Python 的常见缩写)。名称直观表达其定位:为 Python 生态提供“科学计算(Scientific Computing)”所需的核心算法与工具集。