Click or drag to resize
sqx

EmpiricalData Structure

Empirical Data Type

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
[SerializableAttribute]
public struct EmpiricalData : INullable

The EmpiricalData type exposes the following members.

Properties
  NameDescription
Public propertyEmpiricalCDF
[float] Empirical cumulative distribution function
Public propertyEmpiricalQDF
[float] Empirical tail distribution function
Public propertyFrequency
[bigint] Frequency
Public propertyRelativeFrequency
[float] Relative frequency
Top
Remarks

Attributes

Format.Native, IsByteOrdered = false, IsFixedLength = true
See Also