This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Geometric distribution


Hi all, 
I've a simple question: why the geometric distribution, inside GSL, is
defined according to

prob(k) =  p (1 - p)^(k-1) for k = 1, 2, 3, ...

rather than the more canonical

prob(k) = p (1-p)^k for k = 0, 1, 2, ...

is there some deep reason I'm missing?

	Giulio

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]