relative_error {spectralGraphTopology} | R Documentation |
Computes the relative error between the true and estimated matrices
Description
Computes the relative error between the true and estimated matrices
Usage
relative_error(West, Wtrue)
Arguments
West |
estimated matrix |
Wtrue |
true matrix |
Examples
library(spectralGraphTopology)
X <- L(c(1, 0, 1))
relative_error(X, X)
[Package spectralGraphTopology version 0.2.3 Index]