Christopher Lux

Results 6 issues of Christopher Lux

**Is your feature request related to a problem? Please describe.** Modularity is a very important measure of the graph structure. The Louvain method for community detection operates on modularity optimization,...

Introduce an option to utilize the Gram-Schmidt process for QR matrix decomposition alongside the existing Householder transformation method. This would allow users to choose the decomposition method based on their...

At the moment in order to call an edge you need to call the edge with a designated source and target (As explained in #50 ). Adding functionality to call...

Add tests for the new functions calling undirected edges in ArrayAdjacencyGraph

Combine FGL and FGL.ArrayAdjacencyGraph into one Project to streamline development

**Changes introduced in this PR** - Implemented QR-based solver for GLMs - Added multiple tests for various GLM link and variance functions - Added functions for GLM statistics and documentation...