StatisticFormula.Variance Method (String, Boolean)
.NET Framework (current version)
The variance formula calculates the variance within a group of data.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Public Function Variance ( inputSeriesName As String, sampleVariance As Boolean ) As Double
Parameters
- inputSeriesName
-
Type:
System.String
Name of the Series object that stores the data for which the mean value is required.
- sampleVariance
-
Type:
System.Boolean
Specify true if the data is a sample of a population; and false if the data is the entire population.
.NET Framework
Available since 4.0
Available since 4.0
Show: