> For the complete documentation index, see [llms.txt](https://luweikxy.gitbook.io/machine-learning-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luweikxy.gitbook.io/machine-learning-notes/python/library/scipy.md).

# scipy

## scipy

* [返回顶层目录](https://luweikxy.gitbook.io/machine-learning-notes/python/library/pages/-LpO5vE88qYwjk5WM_Qf#目录)
* [返回上层目录](/machine-learning-notes/python.md#python)
* [scipy简介](https://luweikxy.gitbook.io/machine-learning-notes/python/library/pages/-LpO5vGEMipH7IMixK1J#scipy简介)

## scipy简介

SciPy在NumPy基础上添加了众多的科学计算工具包，用于科学计算。

**(numpy/scipy)官网**：<https://www.scipy.org/>

**简单介绍**

SciPy方便、易于使用、专为科学和工程设计的Python工具包.它包括统计,优化,整合,线性代数模块,傅里叶变换,信号和图像处理,常微分方程求解器等等。

基本可以代替Matlab，但是使用的话和数据处理的关系不大，数学系，或者工程系相对用的多一些。（略）近期发现有个statsmodel可以补充scipy.stats，时间序列支持完美。

近期发现有个statsmodel可以补充scipy.stats，时间序列支持完美。

## 参考资料

* [如何系统地学习Python 中 matplotlib, numpy, scipy, pandas？](https://www.zhihu.com/question/37180159)

SciPy简介中的简单介绍就是复制的这里。
