Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type D ¶
type D struct {
// contains filtered or unexported fields
}
D is a distribution. Methods of D can be called concurrently by multiple goroutines.
func (*D) Percentile ¶
Percentile computes the p-th percentile of the distribution where p is between 0 and 1. This method is thread-safe.
Click to show internal directories.
Click to hide internal directories.