# 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简介中的简单介绍就是复制的这里。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://luweikxy.gitbook.io/machine-learning-notes/python/library/scipy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
