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.

5 results for “from:Petr Mandys”

log-logistic distribution
Petr Mandys · Aug 5, 2005 · r-help

Hi, I need to get quantile function for log-logistic distribution. How can I do it? Thanks a lot Pete

qq.loglogistic
Petr Mandys · Aug 6, 2005 · r-help

Hi, is there any similar function in R to S function qq.loglogistic, which produces a Q-Q plot? Thanks a lot Pete

Mean and variance of the right-censored data
Petr Mandys · Jul 24, 2005 · r-help

Hi, I need to get mean and variance of right censored data. How can I do that? I have a vector of values (called a) and vector of booleans (whether value is censored) (called b). What to do with this...

Mean and variance of the right-censored data
Petr Mandys · Jul 25, 2005 · r-help

Thank you! I'm using this: require(NADA) var_sf=survfit(Surv(a, !b)) var_result=new("cenfit", survfit=var_sf) Class cenfit has methods to get mean a variance from survfit result. Is this correct? Pete On Mon, 25...

Mean and variance of the right-censored data
Petr Mandys · Jul 25, 2005 · r-help

No, it doesn't. Right-censored data are data with (so-called) censored values. E.g. there is a newsvendor and he sells newspapers for a week. Mon: 77 Tue: 56 Wed: 60 Thu: 80 Fri: 85 Sat: 59 Sun...

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