<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Scipy</id>
	<title>Scipy - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.scott5.org/index.php?action=history&amp;feed=atom&amp;title=Scipy"/>
	<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Scipy&amp;action=history"/>
	<updated>2026-04-13T02:14:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.scott5.org/index.php?title=Scipy&amp;diff=429&amp;oldid=prev</id>
		<title>Scott at 00:22, 4 February 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.scott5.org/index.php?title=Scipy&amp;diff=429&amp;oldid=prev"/>
		<updated>2011-02-04T00:22:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase title}}&lt;br /&gt;
== Installation ==&lt;br /&gt;
On Ubuntu, install the &amp;quot;python-scipy&amp;quot; package.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Getting started with the SciPy (Scientific Python) library: http://www.codeproject.com/KB/library/scipy.aspx&lt;br /&gt;
* Probability distributions in SciPy: http://www.johndcook.com/blog/2009/07/20/probability-distributions-scipy/&lt;br /&gt;
* Statistical functions (scipy.stats): http://docs.scipy.org/doc/scipy/reference/stats.html&lt;br /&gt;
* Lots of basic numpy functions: http://docs.scipy.org/doc/numpy/reference/routines.html&lt;br /&gt;
* NumPy stats functions: http://docs.scipy.org/doc/numpy/reference/routines.statistics.html&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
import scipy&lt;br /&gt;
a = [1, 2, 3, 4]&lt;br /&gt;
print scipy.mean  # 2.5&lt;br /&gt;
from scipy import special  # subpackages must be imported separately&lt;br /&gt;
print special.erf(2)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Scott</name></author>
	</entry>
</feed>