Class COptQuestKrigMahalanobisDistance

java.lang.Object
com.opttek.optquest.COptQuestKrigMixedDistance
com.opttek.optquest.COptQuestKrigMahalanobisDistance
All Implemented Interfaces:
IKrigDistance

public class COptQuestKrigMahalanobisDistance extends COptQuestKrigMixedDistance
An implementation of KrigDistance that normalized the variables to be on [0,1] and computed the Euclidean distance after normalization. Additionally if we have a lat/lon pair we use a spherical distance computation, and if we have a categorical variable, we use a Hamming distance.