Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ variance
Method
variance
JSAT/src/jsat/linear/ShiftedVec.java:216–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
@Override
217
public
double variance()
218
{
219
return
base.variance();
220
}
221
222
@Override
223
public
double standardDeviation()
Callers
1
testVariance
Method · 0.95
Calls
no outgoing calls
Tested by
1
testVariance
Method · 0.76