[R] maximum likelihood estimate

2006-03-05 Thread suhaila
Hi! Recently I try to find the method maximum likelihood for gamma,weibull,Pearson type III,Kappa Distribution, mixed exponential distribution, skew distribution. I have tried function ms() for gamma two parameters and weibull two parameters.It works but not for Pearson type III. I have problem to

Re: [R] maximum likelihood estimate

2006-03-09 Thread Spencer Graves
I suggest you go to "www.r-project.org" -> CRAN -> (select a local mirror) -> Packages. Among the offerings there, you will find the following: distr Object orientated implementation of distributions distrEx Extensions of package distr distrSimSimulation classes based on pac

Re: [R] Maximum likelihood estimate ofbivariatevonmises-weibulldistribut

2006-05-13 Thread Alan Cobo-Lewis
r-help@stat.math.ethz.ch on Saturday, May 13, 2006 at 6:00 AM -0500 wrote: >>One of my friends recently wrote his PhD thesis from University of >>Leeds under Kanti Mardia's direction. I bet your friend was really angling for that. -- Alan B. Cobo-Lewis, Ph.D. (207) 581-3840 tel De

Re: [R] Maximum likelihood estimate of bivariatevonmises-weibulldistribution

2006-05-12 Thread Ravi Varadhan
ECTED] -- > -Original Message- > From: [EMAIL PROTECTED] [mailto:r-help- > [EMAIL PROTECTED] On Behalf Of Chaouch, Aziz > Sent: Friday, May 12, 2006 9:13 AM > To: Dimitris Rizopoulos; [EMAIL PROTECTED] > Cc: r-help@stat.math.ethz.ch > Subject: Re: [R] Maxi

Re: [R] Maximum likelihood estimate of bivariatevonmises-weibulldistribution

2006-05-12 Thread Chaouch, Aziz
AIL PROTECTED] > Cc: r-help@stat.math.ethz.ch > Subject: Re: [R] Maximum likelihood estimate of bivariatevonmises- > weibulldistribution > > Thanks a lot! I wasn't aware of that copula package and it could well > be appropriate to use it for my application. However if I read th

Re: [R] Maximum likelihood estimate of bivariatevonmises-weibulldistribution

2006-05-26 Thread Ravi Varadhan
os > Cc: r-help@stat.math.ethz.ch > Subject: Re: [R] Maximum likelihood estimate of bivariatevonmises- > weibulldistribution > > Hi, > > I'm still strugling with this copula model but this seems to be the way > to go. I'm now trying to model the marginal distributions and

Re: [R] Maximum likelihood estimate of bivariatevonmises-weibulldistribution

2006-05-26 Thread Chaouch, Aziz
, that's really helpful! Regards, Aziz -Original Message- From: Ravi Varadhan [mailto:[EMAIL PROTECTED] Sent: May 26, 2006 12:18 PM To: Chaouch, Aziz Cc: r-help@stat.math.ethz.ch Subject: RE: [R] Maximum likelihood estimate of bivariatevonmises-weibulldistribution Hi Aziz, I am a

[R] Maximum likelihood estimate of bivariate vonmises-weibull distribution

2006-05-11 Thread Chaouch, Aziz
Hi, I'm dealing with wind data and I'd like to model their distribution in order to simulate data to fill-in missing values. Wind direction are typically following a vonmises distribution and wind speeds follow a weibull distribution. I'd like to build a joint distribution of directions and speeds

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

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-12 Thread Dimitris Rizopoulos
uven.be/biostat/ http://www.student.kuleuven.be/~m0390867/dimitris.htm - Original Message - From: "Chaouch, Aziz" <[EMAIL PROTECTED]> To: "Dimitris Rizopoulos" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: Sent: Friday, May 12, 2006 3:13 PM Subject: RE: [

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 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-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-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
Merci Etienne! I'll look at them with great interest. Aziz -Original Message- From: Cuvelier Etienne [mailto:[EMAIL PROTECTED] Sent: May 15, 2006 10:25 AM To: Chaouch, Aziz Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Maximum likelihood estimate of bivariate von

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-weibull distribution

2006-05-11 Thread Philip He
On 5/11/06, Chaouch, Aziz <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm dealing with wind data and I'd like to model their distribution in > order to simulate data to fill-in missing values. Wind direction are > typically following a vonmises distribution and wind speeds follow a > weibull distributio