bivariate Poisson

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

bivariate Poisson

drfg2008
How would you calculate with SPSS the equivalent  bivariate Poisson function for the following univariate Poisson:

CDF.POISSON (k, lambda)

when Lambda of Group 1, Lambda of Group 2 and the correlation between the two distributions is given.


Frank
Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

Automatic reply: bivariate Poisson

Kelly Vander Ley

I will be out of the office on Monday 1/16 through Wednesday 1/18, returning on Thursday (1/19). If you need immediate assistance please call the main office number 503/223-8248 or 800/788-1887 and the receptionist will ensure that I get the message. 

 

Kelly

 

Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

David Marso
Administrator
In reply to this post by drfg2008
This might lead you in some direction!
Not SPSS but maybe if you have the background to follow it a Python or MATRIX solution should be simple.
I lack the motivation/interest/personal requirements to bother with it, but... have fun and post back what you come up with.
http://filebox.vt.edu/users/pasupath/papers/shin-pasupathyR3.pdf
---
drfg2008 wrote
How would you calculate with SPSS the equivalent  bivariate Poisson function for the following univariate Poisson:

CDF.POISSON (k, lambda)

when Lambda of Group 1, Lambda of Group 2 and the correlation between the two distributions is given.


Frank
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me.
---
"Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis."
Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?"
Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

drfg2008
I thought it might be possible that a plugin with R or something like that exists (If R has this feature at all).

Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

Albert-Jan Roskam
hi:

http://www.mirrorservice.org/sites/lib.stat.cmu.edu/R/CRAN/doc/packages/bivpois.pdf
 
Cheers!!
Albert-Jan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a fresh water system, and public health, what have the Romans ever done for us?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: drfg2008 <[hidden email]>
To: [hidden email]
Sent: Sunday, January 15, 2012 7:57 PM
Subject: Re: [SPSSX-L] bivariate Poisson

I thought it might be possible that a plugin with R or something like that
exists (If R has this feature at all).



-----
Dr. Frank Gaeth
FU-Berlin

--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/bivariate-Poisson-tp5145597p5146938.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD


Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

Rich Ulrich
In reply to this post by David Marso
That's a nice reference.

In addition to providing access to source code to their own 
improved method, the authors provide a usable description
of the other two algorithms, along with their respective limitations. 

(I would hope that I could settle for one of the simpler methods,
but I did not check out their code for complexity.)

--
Rich Ulrich

> Date: Sat, 14 Jan 2012 13:35:27 -0800

> From: [hidden email]
> Subject: Re: bivariate Poisson
> To: [hidden email]
>
> This might lead you in some direction!
> Not SPSS but maybe if you have the background to follow it a Python or
> MATRIX solution should be simple.
> I lack the motivation/interest/personal requirements to bother with it,
> but... have fun and post back what you come up with.
> http://filebox.vt.edu/users/pasupath/papers/shin-pasupathyR3.pdf
> ---
>
> drfg2008 wrote
> >
> > How would you calculate with SPSS the equivalent bivariate Poisson
> > function for the following univariate Poisson:
> >
> > CDF.POISSON (k, lambda)
> >
> > when Lambda of Group 1, Lambda of Group 2 and the correlation between the
> > two distributions is given.
> >
[...]
Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

David Marso
Administrator
I briefly examined the code.  Would take a bit of effort to translate over to Python or MATRIX.
Looks like there exists an R package.
Rich Ulrich-2 wrote
That's a nice reference.

In addition to providing access to source code to their own  
improved method, the authors provide a usable description
of the other two algorithms, along with their respective limitations.  

(I would hope that I could settle for one of the simpler methods,
but I did not check out their code for complexity.)

--
Rich Ulrich

> Date: Sat, 14 Jan 2012 13:35:27 -0800
> From: [hidden email]
> Subject: Re: bivariate Poisson
> To: [hidden email]
>
> This might lead you in some direction!
> Not SPSS but maybe if you have the background to follow it a Python or
> MATRIX solution should be simple.
> I lack the motivation/interest/personal requirements to bother with it,
> but... have fun and post back what you come up with.
> http://filebox.vt.edu/users/pasupath/papers/shin-pasupathyR3.pdf
> ---
>
> drfg2008 wrote
> >
> > How would you calculate with SPSS the equivalent  bivariate Poisson
> > function for the following univariate Poisson:
> >
> > CDF.POISSON (k, lambda)
> >
> > when Lambda of Group 1, Lambda of Group 2 and the correlation between the
> > two distributions is given.
> >
[...]
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me.
---
"Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis."
Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?"
Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

drfg2008
would be nice to have it as an SPSS extention ; - )
Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

David Marso
Administrator
You should write it.  Would be great practice and I'm sure you would learn a great deal doing so.
drfg2008 wrote
would be nice to have it as an SPSS extention ; - )
Please reply to the list and not to my personal email.
Those desiring my consulting or training services please feel free to email me.
---
"Nolite dare sanctum canibus neque mittatis margaritas vestras ante porcos ne forte conculcent eas pedibus suis."
Cum es damnatorum possederunt porcos iens ut salire off sanguinum cliff in abyssum?"
Reply | Threaded
Open this post in threaded view
|

Re: bivariate Poisson

drfg2008
beyond my abilities, I'm afraid.
Dr. Frank Gaeth