MCPcopy Create free account
hub / github.com/dhale/jtk / setSamples

Method setSamples

core/src/main/java/edu/mines/jtk/interp/PolyTrend2.java:59–73  ·  view source on GitHub ↗

Sets the known (scattered) samples to be fit. The specified arrays are referenced, not copied. @param f array of sample values f(x1,x2). @param x1 array of sample x1 coordinates. @param x2 array of sample x2 coordinates.

(float[] f, float[] x1, float[] x2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

PolyTrend2Method · 0.95
setScatteredMethod · 0.45
setScatteredMethod · 0.45
setScatteredMethod · 0.45

Calls 4

initCenterMethod · 0.95
initOrder2Method · 0.95
initOrder1Method · 0.95
initOrder0Method · 0.95

Tested by

no test coverage detected