RegnoCompleteRegnoSoftware.Standard.Core
|
IRegnoParamStatDoc Properties
The IRegnoParamStatDoc type exposes the following members.
Properties
Name | Description | |
---|---|---|
Change |
A 64-bit Double value representing the result of the (end – start) sample value during the specified time range.
|
|
ConfigDocId |
The unique identifier (id) of the ConfigDoc document that this document is associated with.
|
|
End |
A 64-bit Double value representing the last sample value before the specified endTime. The time range is inclusive so the value could be the value at the specified endTime.
|
|
EndTime |
A 64-bit Long timestamp specifying end time of the data that this configuration holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.
|
|
GeometricMean |
A 64-bit Double value representing the geometric mean value of all samples during the specified time range.
|
|
IntervalType |
A fixed string representing the interval type. Valid options are: Experiment, Session, Lap, Corner, Straight, Run
|
|
LinearRegIntercept |
A 64-bit Double value representing the intercept value of the linear regression of all samples in the specified time range.
|
|
LinearRegRSquared |
A 64-bit Double value representing the statistical R Squared value of the linear regression of all samples in the specified time range.
|
|
LinearRegSlope |
A 64-bit Double value representing the slope of the linear regression of all samples in the specified time range.
|
|
Max |
A 64-bit Double value representing the maximum sample value during the specified time range.
|
|
Mean |
A 64-bit Double value representing the mean value for all samples during the specified time range.
|
|
MeanOfAbsolutes |
A 64-bit Double value representing the mean value for all samples during the specified time range. Each sample value if first converted to an absolute value before being used for the mean calculation.
|
|
Min |
A 64-bit Double value representing the minimum sample value during the specified time range.
|
|
ParamDefDocId |
The unique identifier (id) of the ParamDefinitionDoc document that holds the properties for the parameter associated with the data values stored in this document.
|
|
Range |
A 64-bit Double value representing the result of the (maximum – minimum) sample value during the specified time range.
|
|
StandardDeviation |
A 64-bit Double value representing the standard deviation of all samples during the specified time range.
|
|
Start |
A 64-bit Double value representing the first sample value at or after the specified startTime.
|
|
StartTime |
A 64-bit Long timestamp specifying start time of the data that this configuration holds. The timestamp represents the number of nanoseconds since the reference time of midnight, 1st January 1970.
|