Nonparametric Random Graph Testing Wrapper function to take in two graphs and run the nonpar test with alignment; however it may be more useful to use nonpar.test directly after alignment
1 2 3 |
A |
An adjacency matrix |
B |
another adjacency matrix |
d |
the (known) dimension |
nsims |
the number of permutations to run |
Q_init |
initial guess for orthogonal matrix |
lambda_init |
initial value of lambda for regularized sinkhorn problem |
lambda_final |
final value of lambda |
eta |
decay rate of the lambdas |
eps |
tolerance |
numReps |
reps in the iterative sinkhorn divergence problem |
match |
If true, run a optimal-transport procrustes |
alpha |
the type one error |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.