Skip to content

Commit 1dd194f

Browse files
argusdustykortschak
authored andcommitted
stat/distuv: correct Gamma Mode doc comment
1 parent 35bb474 commit 1dd194f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stat/distuv/gamma.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (g Gamma) Mean() float64 {
6464
return g.Alpha / g.Beta
6565
}
6666

67-
// Mode returns the mode of the normal distribution.
67+
// Mode returns the mode of the gamma distribution.
6868
//
6969
// The mode is 0 in the special case where the Alpha (shape) parameter
7070
// is less than 1.

0 commit comments

Comments
 (0)