-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnp-modindex.html
259 lines (208 loc) · 8.84 KB
/
np-modindex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Python Module Index — astroML 0.2 documentation</title>
<link rel="stylesheet" href="_static/astroMLstyle.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="top" title="astroML 0.2 documentation" href="index.html" />
<!-- Following code is for Google custom search bar -->
<script>
(function() {
var cx = '011400076584591653333:hjd_fbqk1u0';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
<!-- Following code is for toggle/glide features -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".toggle_container").hide();
$(".toggle_trigger").click(function(){
$(this).toggleClass("active").next(".toggle_container").slideToggle("fast");
return false; <!-- Prevent the link from being followed -->
});
$(".toggle_trigger#start_open").toggleClass("active").next().show();
});
</script>
<!-- Following code is for Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35748160-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="header-wrapper">
<div class="header">
<p class="logo"><a href="index.html">
<img src="_static/Logo.gif" alt="Logo"/>
</a>
</p><div class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="user_guide/index.html">User Guide</a></li>
<li><a href="book_figures/index.html">Book Figures</a></li>
<li><a href="examples/index.html">Examples Plots</a></li>
</ul>
<!-- Google custom search. Javascript that enables this is in the header above -->
<div class="search_form">
<gcse:search></gcse:search>
</div>
</div> <!-- end navbar --></div>
</div>
<div class="content-wrapper">
<!-- <div id="blue_tile"></div> -->
<div class="sphinxsidebar">
<div class="rel rellarge">
<!-- rellinks[1:] is an ugly hack to avoid link to module
index -->
<!-- Ad a link to the 'up' page -->
</div>
<p style="text-align: center">This documentation is
for astroML <strong>version 0.2</strong>
<!-- — <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a> -->
</p>
<h3>This page</h3>
<h3>Links</h3>
<p><a href="https://groups.google.com/forum/#!forum/astroml-general">astroML Mailing List</a></p>
<p><a href="http://github.com/astroML/astroML/issues">GitHub Issue Tracker</a></p>
<h3>Videos</h3>
<p><a href="http://pyvideo.org/video/1218/astroml-data-mining-and-machine-learning-for-ast">Scipy 2012</a> (15 minute talk)</p>
<p><a href="http://pyvideo.org/video/2035/opening-up-astronomy-with-python-and-astroml-sci">Scipy 2013</a> (20 minute talk)</p>
<h3>Citing</h3>
<p>If you use the software, please consider
<!-- hard-coded link here because pathto() adds an extra # -->
<a href="/index.html#citing-astroml">citing astroML</a>.</p>
</div>
<div class="content">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Python Module Index</h1>
<div class="modindex-jumpbox">
<a href="#cap-a"><strong>a</strong></a>
</div>
<table class="indextable modindextable" cellspacing="0" cellpadding="2">
<tr class="pcap"><td></td><td> </td><td></td></tr>
<tr class="cap" id="cap-a"><td></td><td>
<strong>a</strong></td><td></td></tr>
<tr>
<td><img src="_static/minus.png" class="toggler"
id="toggle-1" style="display: none" alt="-" /></td>
<td>
<a href="modules/classes.html#module-astroML"><tt class="xref">astroML</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.classification"><tt class="xref">astroML.classification</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.correlation"><tt class="xref">astroML.correlation</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.datasets"><tt class="xref">astroML.datasets</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.density_estimation"><tt class="xref">astroML.density_estimation</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.dimensionality"><tt class="xref">astroML.dimensionality</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.filters"><tt class="xref">astroML.filters</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.fourier"><tt class="xref">astroML.fourier</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.linear_model"><tt class="xref">astroML.linear_model</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.lumfunc"><tt class="xref">astroML.lumfunc</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.plotting"><tt class="xref">astroML.plotting</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.resample"><tt class="xref">astroML.resample</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.stats"><tt class="xref">astroML.stats</tt></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>
<a href="modules/classes.html#module-astroML.time_series"><tt class="xref">astroML.time_series</tt></a></td><td>
<em></em></td></tr>
<tr>
<td><img src="_static/minus.png" class="toggler"
id="toggle-2" style="display: none" alt="-" /></td>
<td>
<tt class="xref">astroML_addons</tt></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>
<a href="modules/classes.html#module-astroML_addons.periodogram"><tt class="xref">astroML_addons.periodogram</tt></a></td><td>
<em></em></td></tr>
</table>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<div class="footer">
<p style="text-align: center">This documentation is relative
to astroML version 0.2<br/>
© 2012, Jake Vanderplas.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. Design by <a href="http://webylimonada.com">Web y Limonada</a>.
</div>
</body>
</html>