igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] How to find out whether a graph follows Guassian (normal) o


From: Tamás Nepusz
Subject: Re: [igraph] How to find out whether a graph follows Guassian (normal) or power law distribution without looking at their shape?
Date: Sat, 5 Mar 2011 17:08:40 +0100

> this function is really interesting! is there an R or Python wrap to it?
A Python wrapper can be generated using swig from the source code. 
Unfortunately it's quite low-level, basically you have to make exactly the same 
calls from Python as you would do from C, but it works. Maybe it's easier to 
compile it as a stand-alone tool and call it from Python or R -- there's a 
command line switch which provides an output format that is easier to parse.

-- 
Tamas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]