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

    Modifier and Type
    Method
    Description
    double
    getCovariance(double[] v1, double[] v2)