MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / f

Method f

JSAT/src/jsat/distributions/Distribution.java:57–61  ·  view source on GitHub ↗
(Vec x)

Source from the content-addressed store, hash-verified

55 return invCdf(p, new FunctionBase()
56 {
57 @Override
58 public double f(Vec x)
59 {
60 return cdf(x.get(0));
61 }
62 });
63 }
64

Callers

nothing calls this directly

Calls 4

cdfMethod · 0.95
toDenseVecMethod · 0.95
fMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected