Click or drag to resize

QdbInt64Column.SampleStdDev Method (IEnumerable<QdbTimeInterval>)

Gets the sample standard deviation in each interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IEnumerable<double?> SampleStdDev(
	IEnumerable<QdbTimeInterval> intervals
)

Parameters

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

Return Value

Type: IEnumerable<Nullable<Double>>
The sample standard deviation of each interval or NaN when there is no point in an interval
See Also