Re: [R] Fwd: r-stats: Geometric Distribution

2023-10-19 Thread Sahil Sharma
lov wrote: > В Tue, 17 Oct 2023 12:12:05 +0530 > Sahil Sharma пишет: > > > 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. > >

[R] Fwd: r-stats: Geometric Distribution

2023-10-17 Thread Sahil Sharma
-- Forwarded message - From: Sahil Sharma Date: Tue, Oct 17, 2023 at 12:10 PM Subject: r-stats: Geometric Distribution To: 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