Click or drag to resize

QdbInt64ColumnGeometricMean Method (IEnumerableQdbTimeInterval)

Gets the geometric mean (ie the mean of all values) in each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public IEnumerable<long?> GeometricMean(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

intervals
Type: System.Collections.GenericIEnumerableQdbTimeInterval
The time intervals to scan

Return Value

Type: IEnumerableNullableInt64
The geometric mean values
See Also