Displaying 1 result from an estimated 1 matches for "poldlogspline".
Did you mean:
oldlogspline
2012 May 17
1
oldlogspline probabilities
...a increases.
I am most interested in the probability of a value in the distribution being equal to 0 (ie probability of a direct hit on a tussock). I know I can just use the proportion of actual hits, but am curious to compare this to an estimate from a density estimation. Unfortunately when using poldlogspline, this probability is always=0 (simulated data example is below). How can this be, given that the density is highest at area=0?
> simdat<-c(rep(0,8),rexp(92))
> myspline<-oldlogspline(simdat,lbound=0)
> poldlogspline(fit=myspline, q=0)
[1] 0
Any help to work out the probability of a...