Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-26 Thread Chaouch, Aziz
Dimitrios Rizopoulos [mailto:[EMAIL PROTECTED] Sent: May 12, 2006 4:35 PM To: Chaouch, Aziz Subject: RE: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution look at the following code: library(copula) par(mfrow = c(2, 2)) x <- mvdc(normalCopula(sin(0.5 * pi /2)), c(&qu

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-15 Thread Chaouch, Aziz
alue as a parameter for each copula model?? > >Thanks a lot! > >Aziz > > >PS: the email address of the maintainer of copula package seems to be >not working > >-Original Message- >From: Dimitrios Rizopoulos [mailto:[EMAIL PROTECTED] >Sent: May 12, 2006 4:35 PM &g

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-15 Thread Cuvelier Etienne
each copula model?? > >Thanks a lot! > >Aziz > > >PS: the email address of the maintainer of copula package seems to be >not working > >-Original Message- >From: Dimitrios Rizopoulos [mailto:[EMAIL PROTECTED] >Sent: May 12, 2006 4:35 PM >To: Chaouch, Aziz

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-15 Thread Chaouch, Aziz
r of copula package seems to be not working -Original Message- From: Dimitrios Rizopoulos [mailto:[EMAIL PROTECTED] Sent: May 12, 2006 4:35 PM To: Chaouch, Aziz Subject: RE: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution look at the following code: library(copula)

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-12 Thread Chaouch, Aziz
Aziz Subject: RE: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution look at the following code: library(copula) par(mfrow = c(2, 2)) x <- mvdc(normalCopula(sin(0.5 * pi /2)), c("norm", "norm"), list(list(mean = 0, sd = 1), list(mean = 0, sd = 1))) contour(

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-12 Thread Chaouch, Aziz
o: Chaouch, Aziz; [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution the choice of the copula is, in fact, a model selection problem. First, you could have a look at the contour plots of different copulas (preferab

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-12 Thread Dimitris Rizopoulos
uot; within R? Thanks again to all, your help is highly appreciated for a newbie like me! Regards, Aziz -Original Message- From: Dimitris Rizopoulos [mailto:[EMAIL PROTECTED] Sent: May 12, 2006 3:01 AM To: Philip He; Chaouch, Aziz Cc: r-help@stat.math.ethz.ch Subject: Re: [R] M

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-12 Thread Chaouch, Aziz
newbie like me! Regards, Aziz -Original Message- From: Dimitris Rizopoulos [mailto:[EMAIL PROTECTED] Sent: May 12, 2006 3:01 AM To: Philip He; Chaouch, Aziz Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution - O

Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution

2006-05-11 Thread Dimitris Rizopoulos
- Original Message - From: "Philip He" <[EMAIL PROTECTED]> To: "Chaouch, Aziz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, May 11, 2006 11:21 PM Subject: Re: [R] Maximum likelihood estimate of bivariate vonmises-weibulldistribution > On 5/11/06, Chao