DK11 for .NET | TatukGIS.NDK.TGIS_StatisticsAbstract.UseBesselCorrection | Methods | Properties
If True, statistics class will use Bessel's correction.
// C# public Boolean UseBesselCorrection { get {} set {} }
' VisualBasic Public Property UseBesselCorrection As Boolean Get End Get Set(ByVal value As Boolean) End Set End Property
// Oxygene public property UseBesselCorrection : Boolean read read;
Type |
---|
bool Boolean |
True means that sample variance and standard deviation is calculated (divider equals 'N-1'); False means that population variance and standard deviation is calculated. (divider equals 'N').