MCPcopy 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

testInvCdfMethod · 0.45
testInvCdfMethod · 0.45
testCdfMethod · 0.45
testCdfMethod · 0.45

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected