com.supermap.analyst.spatialstatistics
类 BShadeEstimateMethod

java.lang.Object
  继承者 com.supermap.analyst.spatialstatistics.BShadeEstimateMethod

public class BShadeEstimateMethod
extends java.lang.Object

BShade估计方法。


字段摘要
static BShadeEstimateMethod MEAN
          均值方法,即按照样本均值与总体均值的比值。
static BShadeEstimateMethod TOTAL
          总量方法,即按照样本与总体之比值。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TOTAL

public static final BShadeEstimateMethod TOTAL
总量方法,即按照样本与总体之比值。


MEAN

public static final BShadeEstimateMethod MEAN
均值方法,即按照样本均值与总体均值的比值。