Click or drag to resize

QdbInt64Column.GeometricMean Method (IEnumerable<QdbTimeInterval>)

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

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

Parameters

intervals
Type: System.Collections.Generic.IEnumerable<QdbTimeInterval>
The time intervals to scan

Return Value

Type: IEnumerable<Nullable<Int64>>
The geometric mean values
See Also