MCPcopy Create free account
hub / github.com/WinVector/Logistic / effects

Method effects

src/com/winvector/variables/ConstRecord.java:52–57  ·  view source on GitHub ↗
(final int base, final double[] x)

Source from the content-addressed store, hash-verified

50 }
51
52 @Override
53 public SortedMap<String,Double> effects(final int base, final double[] x) {
54 final SortedMap<String,Double> r = new TreeMap<String,Double>();
55 r.put("",x[base+index]);
56 return r;
57 }
58
59 @Override
60 public SortedMap<String,Double> detailedEffects(final int base, final double[] x) {

Callers 2

detailedEffectsMethod · 0.95
effectTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected