graphonL2norm {graphclust} | R Documentation |
(squared) L2-norm of the graphons associated with two stochastic block model parameters
Description
(squared) L2-norm of the graphons associated with two stochastic block model parameters
Usage
graphonL2norm(theta1, theta2)
Arguments
theta1 |
a stochastic block model parameter |
theta2 |
a stochastic block model parameter |
Value
(squared) L2-norm of the graphons associated with two stochastic block model parameters
Examples
theta1 <- list(pi=c(.5,.5), gamma=matrix((1:4)/8,2,2))
theta2 <- list(pi=c(.5,.5), gamma=matrix(4:1/8,2,2))
graphonL2norm(theta1, theta2)
[Package graphclust version 1.3 Index]