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

Method f

JSAT/src/jsat/math/SpecialMath.java:600–603  ·  view source on GitHub ↗
(double... x)

Source from the content-addressed store, hash-verified

598 private static final long serialVersionUID = 5080094630628298264L;
599
600 public double f(double... x)
601 {
602 return betaIncReg(x[0], x[1], x[2]) - x[3];
603 }
604
605 public double f(Vec x)
606 {

Callers

nothing calls this directly

Calls 2

betaIncRegMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected