__declspec(property(get = GetConfidenceInterval, put = SetConfidenceInterval)) double ConfidenceInterval;
Defines the confidence interval in percent to determine the upper and lower confidence limit.
Read:
double GetConfidenceInterval();Write:
void SetConfidenceInterval(const double Value);Remarks:
If ConfidenceInterval is 99 then the certainty that all values for that specific frequency will fall between upper and lower limit is 99%.
Declared in Dew::Signal::TSpectrumStats · Dew.Signal/SignalAnalysis.h · Cross-compiler