Package com.opttek.optquest
Interface IKrigVariogram
public interface IKrigVariogram
A generic interface to return the generalized distance between two vectors
For Kriging, we need to know the covariance between two vectors, usually
based on distance (see KrigDistance). Implementations of this interface will
allow us to adjust how the covariance is calculated while Kriging
-
Method Summary
-
Method Details
-
getCovariance
- Throws:
COptQuestException
-