To use Rpy to compute the standard deviation to something like:

 >>> import rpy
RHOME= /Library/Frameworks/R.framework/Resources
RVERSION= 2.5.1
RVER= 2051
RUSER= /Users/warnes
Loading Rpy version 2051 .. Done.
Creating the R object 'r' ..  Done
 >>> x = [1,2,3,4,5]
 >>> rpy.r.sd(x)
1.5811388300841898
 >>>


On Oct 8, 2007, at 10:08AM , zakaria ali wrote:

> Dear Mrs
>
> how I can program in Python standard deviation?please help me  
> because I am a new programmer.
> ---------------------------------------------------------------------- 
> ---
> 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/
> <mime-attachment.txt>


-------------------------------------------------------------------------
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
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to