Click or drag to resize

MergingDigest Constructor (Double)

Allocates a buffer merging t-digest. This is the normally used constructor that allocates default sized internal arrays. Other versions are available, but should only be used for special cases.

Namespace:  FinAnalysis.Histogram
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public MergingDigest(
	double compression
)

Parameters

compression
Type: SystemDouble
The compression factor.
See Also