stat/distuv: correct Gamma Mode doc comment

This commit is contained in:
argusdusty
2024-06-11 04:00:13 -07:00
committed by Dan Kortschak
parent 35bb474ac5
commit 1dd194f95b

View File

@@ -64,7 +64,7 @@ func (g Gamma) Mean() float64 {
return g.Alpha / g.Beta return g.Alpha / g.Beta
} }
// Mode returns the mode of the normal distribution. // Mode returns the mode of the gamma distribution.
// //
// The mode is 0 in the special case where the Alpha (shape) parameter // The mode is 0 in the special case where the Alpha (shape) parameter
// is less than 1. // is less than 1.