Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ mean
Method
mean
JSAT/src/jsat/linear/ShiftedVec.java:210–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
209
210
@Override
211
public
double mean()
212
{
213
return
base.mean()+ shift;
214
}
215
216
@Override
217
public
double variance()
Callers
1
testMean
Method · 0.95
Calls
no outgoing calls
Tested by
1
testMean
Method · 0.76