Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ MAD
Function
MAD
src/Statistics.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
double MAD(Vector V)
41
{
42
return Median((V.array() - Median(V)).abs().matrix());
43
}
44
45
double RMSE(const Vector V)
46
{
Callers
nothing calls this directly
Calls
1
Median
Function · 0.85
Tested by
no test coverage detected