---------- Forwarded message ---------
From: Sahil Sharma <sahilsharmahimal...@gmail.com>
Date: Tue, Oct 17, 2023 at 12:10 PM
Subject: r-stats: Geometric Distribution
To: <do-use-contact-addr...@r-project.org>


Hey I want to raise one issue in *r-stats **geometric distribution *
function.

I have found the dgeom(x,p) which denotes probability density function of
geometric distribution, is not reducing 1 from x.

The original formula for Geometric Distribution PDF is *((1-p)^x-1)*P*.
However, the current r function *dgeom(x, p)* is doing this: *((1-p)^x)*P, *it
is not reducing 1 from x.

I don't know whether this it is kept as it is intentionally, but I thought
of just informing you, in case it's an error, so you can correct it.

Thanks.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to