Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ invCdf
Method
invCdf
JSAT/test/jsat/NormalClampedSample.java:30–34 ·
view source on GitHub ↗
(double d)
Source
from the content-addressed store, hash-verified
28
}
29
30
@Override
31
public
double invCdf(double d)
32
{
33
return
Math.max(min, Math.min(max, super.invCdf(d)));
34
}
35
36
@Override
37
public
double[] sample(
int
numSamples, Random rand)
Callers
4
testInvCdf
Method · 0.45
testInvCdf
Method · 0.45
testCdf
Method · 0.45
testCdf
Method · 0.45
Calls
2
max
Method · 0.45
min
Method · 0.45
Tested by
no test coverage detected