mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 20:15:07 -05:00
quantiles: add functions to get max k and min step
This commit is contained in:
@@ -36,6 +36,8 @@ extern void QNT_DestroyInstance(QNT_Instance inst);
|
||||
extern void QNT_Reset(QNT_Instance inst);
|
||||
extern void QNT_Accumulate(QNT_Instance inst, double value);
|
||||
extern int QNT_GetMinK(QNT_Instance inst);
|
||||
extern int QNT_GetMaxK(QNT_Instance inst);
|
||||
extern double QNT_GetMinStep(QNT_Instance inst);
|
||||
extern double QNT_GetQuantile(QNT_Instance inst, int k);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user