Version

UltraCalcFunctionVar Class

Calculates the estimated variance for a specified sampling of numeric values.
Syntax
'Declaration
 
Public Class UltraCalcFunctionVar 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionVar : BuiltInFunctionBase 
Remarks

VAR(Value1, value2, ..., valueN)

Value1, value2, ..., valueN are any number of numeric values or references to numeric values you provide to specify a sampling of your larger data population. If any argument contains an error value or there arte no numeric values in the sampling, the VAR() function evaluates to the first error value it encounters.

Variance is a measure of statistical variability, and is used in statistical studies based on small samplings from much larger data populations to draw inferences about the variability of those data populations.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also