搜索资源列表
numpy-1.0.3.1.win32-py2.5
- The fundamental package needed for scientific computing with Python is called NumPy. This package contains: * a powerful N-dimensional array object * sophisticated (broadcasting) functions * basic linear algebra functions * basic Fouri
numpy-1.5.1
- NumPy是Numarray的后继者,用来代替NumArray。SAGE是基于NumPy和其他几个工具所整合成的数学软件包,目标是取代Magma, Maple, Mathematica和Matlab 这类工具。-Numerical Python adds a fast and sophisticated array facility to the Python language. NumPy is the most recent and most actively supported packa
PLS Extension Module
- 安装32bit-win的spss中PSL所需的所有安装文件,包括PythonPlugInWin32、Python2.5.4、scipy-0.6.0、numpy-1-1.0、PLS.py以及plscommand.xml并附安装说明。 第一步:安装spss17.0 第二步:安装 SPSSStatisticsPythonPlugInWin32_1700.exe 第三步:安装Python2.5.4 第四步:安装scipy-0.6.0和numpy-1-1.0 第五步:复制PLS.py文件到Pyt
Scipy
- SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t