Constructor and Description |
---|
SessionStatistics(String systemConfigurationId,
double rms,
double skewness,
double kurtosis,
double peakMinusMean,
int dataQulityIndicator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getDataQulityIndicator()
Get the data quality assessment indicator
0=undefined or no comment
1=clear, easily filtered data, with little or no noise
2=clear data with some noise; filtering is slightly compromised by noise level
3=clear data with a significant amount of noise, or weak data with little noise.
|
double |
getKurtosis()
Get the session kurtosis from the mean of raw accepted time-of-flight values minus the trend function.
|
double |
getPeakMinusMean()
Get the session peak – mean value.
|
double |
getRms()
Get the session RMS from the mean of raw accepted time-of-flight values minus the trend function.
|
double |
getSkewness()
Get the session skewness from the mean of raw accepted time-of-flight values minus the trend function.
|
String |
getSystemConfigurationId()
Get system configuration id.
|
String |
toCrdString()
Get a string representation of the instance in the CRD format.
|
String |
toString() |
public SessionStatistics(String systemConfigurationId, double rms, double skewness, double kurtosis, double peakMinusMean, int dataQulityIndicator)
systemConfigurationId
- system configuration IDrms
- session RMS from the mean of raw accepted time-of-flight values minus the trend functionskewness
- session skewness from the mean of raw accepted time-of-flight values minus the trend functionkurtosis
- session kurtosis from the mean of raw accepted time-of-flight values minus the trend functionpeakMinusMean
- session peak – mean valuedataQulityIndicator
- data quality assessment indicatorpublic String getSystemConfigurationId()
public double getRms()
public double getSkewness()
public double getKurtosis()
public double getPeakMinusMean()
public int getDataQulityIndicator()
public String toCrdString()
Copyright © 2002-2023 CS GROUP. All rights reserved.