[SciPy-user] skew Gaussian distribution

Gary Pajer gary.pajer at gmail.com
Thu Aug 23 15:25:46 EDT 2007


On 8/23/07, elton wang <ahala2000 at yahoo.com> wrote:
>
> I use R (http://cran.r-project.org/) for distribution
> fitting. skewed-normal/skew-t or what ever
> distributions. very ease to use.
> I also have RDcom server/client
> installed(http://sunsite.univie.ac.at/rcom/). So R can
> be called in python as below (windows XP) (from
> website above)
>
> >>> from win32com.client import Dispatch
> >>> sc=Dispatch("StatConnectorSrv.StatConnector")
> >>> sc.Init("R")
> >>> print(sc.Evaluate("2+2"))
> 4.0 # COMMENT- R can do arithmetic and can tell python
> about it!
> >>>


That's a pretty big hammer, but it might be the easiest to use. I tried
writing my own and ran into some unexpected difficulties.

thanks,
g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20070823/b65b7bdd/attachment.html>


More information about the SciPy-User mailing list