Documentation
¶
Overview ¶
Package wam implements the Weighted Arithmetic Mean, which forms the basis of Rob Pike's criticality score algorithm as documented in Quantifying_criticality_algorithm.pdf.
Index ¶
Constants ¶
View Source
const Name = "weighted_arithmetic_mean"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WeightedArithmeticMean ¶
type WeightedArithmeticMean struct {
// contains filtered or unexported fields
}
WeightedArithmeticMean is an implementation of the Weighted Arithmetic Mean. https://en.wikipedia.org/wiki/Weighted_arithmetic_mean
Click to show internal directories.
Click to hide internal directories.