- 15 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 02 May, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 11 Feb, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 06 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 26 Dec, 2012 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
The object may be globally reset via the seed_rng() function.
-
- 03 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 29 Apr, 2012 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 02 Sep, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a bug in the "correlated" mode in random_rewire().
-
- 26 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
This implements a general "blockmodel" generation / rewiring algorithm, using Gibbs acceptence / rejection sampling (a.k.a Metropolis-Hastings). This also implements some optimizations in the rewiring code, which makes it more efficient on filtered graphs.
-
- 24 Aug, 2011 1 commit
-
-
Tiago Peixoto authored
This introduces several simplifications and corrections to the graph rewire algorithm, to guarantee unbiased sampling. Now a move is outright rejected if it produces a self-loop/parallel-edge, instead of retried. This also adds a "non-sweep" mode, where edges are rewired randomly, possibly with repetition. The edge moves are now simplified to the target of the edges only, since swaping sources is redundant. The number of iterations can now be explicitly modified, so it is not necessary to call the function more than once, and it is emphasized in the documentation that only after sufficiently many iterations can the graph be guaranteed to be fully mixed.
-
- 14 Apr, 2011 1 commit
-
-
Tiago Peixoto authored
This also changes the semantics of of bin list of size 2, and also simplifies the histogram code slightly.
-
- 06 Mar, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 02 Mar, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a leftover bug from the removal of the 'core' submodule.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 13 Nov, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 13 Jul, 2010 1 commit
-
-
Tiago Peixoto authored
Now the meaning of the bin edges given to the several histogram functions are the same as in numpy/scipy. This means that the last bin edge represents an upper bound on the last bin.
-
- 03 May, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 07 Mar, 2010 1 commit
-
-
Tiago Peixoto authored
-
- 20 Feb, 2010 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
This fixes the expected values for several doctests, after random_graph() re-factoring.
-
- 05 Nov, 2009 1 commit
-
-
Tiago Peixoto authored
Small fixes of some examples in the docstrings.
-
- 05 Oct, 2009 1 commit
-
-
Tiago Peixoto authored
This completes all the documentation up to this point.
-
- 01 Sep, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 21 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 17 Aug, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 15 Jul, 2009 1 commit
-
-
Tiago Peixoto authored
This modified several docstrings and introduces a quick-start guide.
-
- 25 Apr, 2009 1 commit
-
-
Tiago Peixoto authored
-
- 11 Jan, 2009 1 commit
-
-
Tiago Peixoto authored
This adds vertex_average() and edge_average() to the stats module.
-
- 26 Oct, 2008 1 commit
-
-
Tiago Peixoto authored
Reduce duplication of code for loading C++ modules.
-
- 10 Sep, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 21 Jul, 2008 1 commit
-
-
Tiago Peixoto authored
Also, get rid of g.underlying_graph(), and rely on "private" variable g._Graph__graph instead.
-
- 15 Jul, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 17 Jun, 2008 1 commit
-
-
Tiago Peixoto authored
This is to avoid a common error of not being able to correctly normalize a histogram because of truncated integer division.
-
- 23 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
-
- 10 Apr, 2008 1 commit
-
-
Tiago Peixoto authored
The whole histogram code has been redone, and the code has been simplified. The three-point vertex-edge-vertex correlation has been scrapped, since it's not frequently used, and would make compilation even more expensive. This also adds some missing files to the generation routine.
-