RealColumnSummary
Namespace: Angara.Data
Parent Module: TableStatistics
Basic statistics for columns containing numeric data
Record Fields
Record Field | Description |
Count
Signature: int
|
Number of elements in the column except for NaNs.
|
Lb68
Signature: float
|
Lower bound of 68-th percentile.
|
Lb95
Signature: float
|
Lower bound of 95-th percentile.
|
Max
Signature: float
|
|
Mean
Signature: float
|
|
Median
Signature: float
|
|
Min
Signature: float
|
|
TotalCount
Signature: int
|
Total number of elements in the column.
|
Ub68
Signature: float
|
Upper bound of 68-th percentile.
|
Ub95
Signature: float
|
Upper bound of 95-th percentile.
|
Variance
Signature: float
|
|