Reword, using "φ-quantile".
This commit is contained in:
parent
5b1aa4ab69
commit
1e201f4328
|
@ -112,8 +112,8 @@ type SummaryOpts struct {
|
||||||
ConstLabels Labels
|
ConstLabels Labels
|
||||||
|
|
||||||
// Objectives defines the quantile rank estimates with their respective
|
// Objectives defines the quantile rank estimates with their respective
|
||||||
// absolute error. If Objectives[q] = e, then the reported q-quantile
|
// absolute error. If Objectives[q] = e, then the value reported
|
||||||
// value will be the r-quantile value with r between q-e and q+e.
|
// for q will be the φ-quantile value for some φ between q-e and q+e.
|
||||||
// The default value is DefObjectives.
|
// The default value is DefObjectives.
|
||||||
Objectives map[float64]float64
|
Objectives map[float64]float64
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue