We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bb474 commit 1dd194fCopy full SHA for 1dd194f
stat/distuv/gamma.go
@@ -64,7 +64,7 @@ func (g Gamma) Mean() float64 {
64
return g.Alpha / g.Beta
65
}
66
67
-// Mode returns the mode of the normal distribution.
+// Mode returns the mode of the gamma distribution.
68
//
69
// The mode is 0 in the special case where the Alpha (shape) parameter
70
// is less than 1.
0 commit comments