Class KrigQuadraticBiasedTestPointSequence

java.lang.Object
com.opttek.optquest.heatmap.KrigQuadraticBiasedTestPointSequence
All Implemented Interfaces:
IKrigTestPointSequence

public class KrigQuadraticBiasedTestPointSequence extends Object implements IKrigTestPointSequence
This is the an implementation of a KrigTestPointSequence Upon construction it is given an implementation of another KrigCandidatePointsSequence. A call to ::next() will defer to the source sequence. It will modify the return of that sequence to be shifted to have a higher density of points in the middle of the range. The source sequence needs to return values on the range [0,1], and this will return values on the range [0,1].