Revision: 360
http://rpy.svn.sourceforge.net/rpy/?rev=360&view=rev
Author: warnes
Date: 2007-10-17 19:40:37 -0700 (Wed, 17 Oct 2007)
Log Message:
-----------
Fix spelling error
Modified Paths:
--------------
trunk/htdocs/download.data
trunk/htdocs/faithful.py
Modified: trunk/htdocs/download.data
===================================================================
--- trunk/htdocs/download.data 2007-10-18 01:54:13 UTC (rev 359)
+++ trunk/htdocs/download.data 2007-10-18 02:40:37 UTC (rev 360)
@@ -30,7 +30,7 @@
<a
href="http://starship.python.net/crew/mhammond/win32/Downloads.html">
Mark Hammond's Python extensions
</a>
- (Convenently included as part of
+ (Conveniently included as part of
<a href="http://www.activestate.com/Products/ActivePython/">
ActiveState Python
</a>)
Modified: trunk/htdocs/faithful.py
===================================================================
--- trunk/htdocs/faithful.py 2007-10-18 01:54:13 UTC (rev 359)
+++ trunk/htdocs/faithful.py 2007-10-18 02:40:37 UTC (rev 360)
@@ -30,8 +30,8 @@
long_ed = filter(lambda x: x > 3, ed)
r.png('faithful_ecdf.png',width=733,height=550)
-r.library('stepfun')
-r.plot(r.ecdf(long_ed), do_points=0, verticals=1, col="blue",
+r.library('stats')
+r.plot(r.ecdf(long_ed), do_points=0, verticals=1,
main="Empirical cumulative distribution function of Old Faithful
eruptions longer than 3 seconds")
x = r.seq(3,5.4,0.01)
r.lines(r.seq(3,5.4,0.01),r.pnorm(r.seq(3,5.4,0.01),mean=r.mean(long_ed),
@@ -44,7 +44,6 @@
r.qqline(long_ed,col="red")
r.dev_off()
-r.library('ctest')
print
print "Shapiro-Wilks normality test of Old Faithful eruptions longer than 3
seconds"
sw = r.shapiro_test(long_ed)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list