commonSense.stat
Interface VarianceTypes

All Known Implementing Classes:
SpecialMatrices, Variances

public interface VarianceTypes

This interface defines the two commonly used types of variances, population and sample.


Field Summary
static int POPULATION
          This type represents the uncorrected (biased) (co-)variance type in which n = N.
static int SAMPLE
          This type represents the corrected (unbiased) (co-)variance type in which n = N - 1.
 

Field Detail

POPULATION

public static final int POPULATION
This type represents the uncorrected (biased) (co-)variance type in which n = N.

See Also:
Constant Field Values

SAMPLE

public static final int SAMPLE
This type represents the corrected (unbiased) (co-)variance type in which n = N - 1.

See Also:
Constant Field Values


RealJ version 3.5 2001. www.realj.com