Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

10 results for “from:plocq”

profile likelihood
plocq · Dec 9, 2011 · r-help

Thank you for your response. In fact, it seems not to be adapted to the Poisson model... : library(evd) uvdata <- rgpd(100, loc = 0, scale = 1.1, shape = 0.2) M1 <- fpot(uvdata, 1, model="pp") library(SpatialExtremes) profile(M1...

access the se of a forecast
plocq · May 12, 2012 · r-help

Thank you very much for all your tips! It works perfectly know and I begin to understand how R is working. I will now see how to construct this confident interval. Have a nice evening! -- View this message in context...

access the se of a forecast
plocq · May 12, 2012 · r-help

Thank you very much for your answer. I didn't know this. However, I tried what you suggest and it doesn't work either : - by typing summary(fit)$s20, I get exactly what I had with summary(fit) and - by...

profile likelihood
plocq · Dec 8, 2011 · r-help

Hi, I try to use the function profile() of the SpatialExtremes' package to obtain the profile likelihood of parameters for an extreme values fit based on Poisson process : fit<-fpot(data, threshold, model="pp", npp=365). But when I call...

profile likelihood
plocq · Dec 8, 2011 · r-help

Hi, I try to use the function profile() of the SpatialExtremes' package to obtain the profile likelihood of parameters for an extreme values fit based on Poisson process : fit<-fpot(data, threshold, model="pp", npp=365). But when I call...

profile likelihood
plocq · Dec 8, 2011 · r-help

Hi, I try to use the function profile() of the SpatialExtremes' package to obtain the profile likelihood of parameters for an extreme values fit based on Poisson process : fit<-fpot(data, threshold, model="pp", npp=365). But when I call...

profile likelihood
plocq · Dec 8, 2011 · r-help

Hi, I try to use the function profile() of the SpatialExtremes' package to obtain the profile likelihood of parameters for an extreme values fit based on Poisson process : fit<-fpot(data, threshold, model="pp", npp=365). But when I call...

modify the name of axis of an R function
plocq · Dec 14, 2011 · r-help

Hi, I use the function fpot of packages evd. If I call the fit that I obtain "fit", I want to modify the name of the axis and the main title that is produced by plot(fit1). To do this...

access the se of a forecast
plocq · May 12, 2012 · r-help

Hi everybody, I am currently trying to forecast some double seasonal time series by using the function dshw. I want to access the standard errors to build the confident interval for my forecast. I am using to following code : fit...

modify the name of axis of an R function
plocq · Dec 15, 2011 · r-help

Thanks you very much! The way plot(fit, main="main title", xlab="X-axis lable", ylab="y-axis label") seems to work quite well, I didn't notice that I could do this. I have in fact one more problem...

Can't find what you're looking for? Try searching with Google .