Displaying 3 results from an estimated 3 matches for "probabiliy".
Did you mean:
probability
2006 Sep 22
2
"logistic" + "neg binomial" + ...
...ld be
expected to have a "cumulative frailty" such that the
probability of failure due to a particular impact would
possibly increase according to the series of impacts
already survived.
Without the "cumulative frailty" one could envisage
something like a logistic model for the probabiliy
of failure at each impact, leading to a kind of
generalised "exponential distribution" -- that is,
the likelihood for each item would be of the form
(1-P[1])*(1-P[2])*...*(1-P[n-1])*P[n]
where P[i] could have a logistic model in terms of
the values of X[i] and Y[i], and n is the index...
2006 Jun 30
5
median of gamma distribution
Doese anyone know a R function to find the median of a gamma distribution?
[[alternative HTML version deleted]]
2007 Jun 25
1
eps in odfWeave
Dear Weavers,
Does someone have an example of using eps or any other vector graphics with
odfWeave? It tried the example below (and commented variants) with
simple.odt in the examples directory, and got an error.
Dieter
#---
library(odfWeave)
plotInfo <- getImageDefs()
plotInfo$type = "eps"
#plotInfo$device = "postscript"
setImageDefs(plotInfo)