结果:找到“Scipy”相关内容56个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
【2022教学课件】杜克大学 统计计算和计算
0 个回复 - 291 次查看
内容如下:
1、Welcome & Syllabus2、Basic types & sequence types-Introduction to Python 3、Control flow,list comprehensions and functions 4、Data structures 5、NumPy Basics 6、Advanced indexing ...
2023-3-11 13:50 - wangziyan666 - 现金交易版
SciPy Recipes
14 个回复 - 5885 次查看
English | 20 Dec. 2017 | ISBN: 1788291468 | 386 Pages | EPUB
Tackle the most sophisticated problems associated with scientific computing and data manipulation using SciPy
Key Features
Covers ...
2018-8-17 00:11 - igs816 - python论坛
scipy的拟合数据的函数使用
1 个回复 - 1552 次查看
如果给定了一个数据,比如自变量x是有50个,因变量y是有50个。你的函数的形式是y=a * exp(-b * x) + c。你的目的就是想通过这50对数据将这三个未知数a, b, c求出来。实际上有很多方法,但是本文就是想介绍python的sc ...
2019-5-28 10:14 - 齐物论pi - python论坛
Scipy以及Numpy参考指南
0 个回复 - 1179 次查看
无意见发现一个还不错的网站,有一些Numpy和
Scipy的文档,可以免费下载。
https://docs.scipy.org/doc/
这提供
Scipy的参考文档。
2017-10-12 13:47 - ztzxx - python论坛
scipy.stats包简单教程
0 个回复 - 3137 次查看
scipy.stats包简单教程
==生成分布==
在stats包中有许多分布,比如norm、gamma、expon等。每个分布都有缺省的参数。如果要改变这些缺省参数,那么可以给这些分布带上参数:
d =stats.norm(loc=2, scale=5)
d ...
2017-9-22 22:03 - 698348 - python论坛
Python使用scipy进行多项式计算与符号计算
0 个回复 - 3397 次查看
Python使用scipy进行多项式计算与符号计算
在扩展库numpy和scipy中都有poly1d,用法一样,实际上是同一个库,scipy是基于numpy的。有图为证
本文代码主要演示如何使用poly1d进行多项式计算和符号计算。 ...
2017-9-22 21:51 - 698348 - python论坛
SciPy Reference Guide Release 0.18.1
1 个回复 - 1391 次查看
SciPySciPy (pronounced “Sigh Pie”) is open-source software for mathematics, science, and engineering.
[*]Release Notes
[*]API - importing from
Scipy
TutorialTutorials with worked examples and b ...
2017-1-10 11:25 - franky_sas - python论坛
在python中导入scipy报错,请帮忙看一下
2 个回复 - 6065 次查看
在python 中导入 from scipy.optimize import leastsq 报错
在执行from scipy.optimize import leastsq 后报如下错误:
Traceback (most recent call last):
File "", line 1, in
from scipy.opti ...
2016-5-29 22:41 - expet - 经管代码库
10 Great Talks From SciPy 2016
0 个回复 - 1066 次查看
Here's a curated short list of interesting and insightful talks to watch from SciPy 2016 to help guide your search through the volume of great video material emerging from the conference.By Matthew Ma ...
2016-7-21 07:15 - oliyiyi - LATEX论坛
Mastering SciPy
27 个回复 - 4177 次查看
Mastering SciPy
English | 10 Nov. 2015 | ISBN: 1783984740 | 404 Pages | PDF (conv) | 21MB
Implement state-of-the-art techniques to visualize sol ...
2015-11-26 15:01 - igs816 - 量化投资
SciPy and NumPy
7 个回复 - 3608 次查看
Book Description
Want to learn SciPy and NymPy quickly? Cut through the complexity of online documentation with this concise and illustrated book, and discover how easily you can get up to speed wi ...
2014-8-10 20:29 - bndnsuy - python论坛