mirror of
https://github.com/gonum/gonum.git
synced 2025-09-27 19:42:12 +08:00
stat/distuv: correct Gamma Mode doc comment
This commit is contained in:

committed by
Dan Kortschak

parent
35bb474ac5
commit
1dd194f95b
@@ -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.
|
||||||
|
Reference in New Issue
Block a user