Displaying 2 results from an estimated 2 matches for "ccdf".
Did you mean:
cdf
2012 Apr 24
2
Function from ecdf to ccdf
Dear all,
I would like to calculate the complementary cumulative distribution function. As it is known, the ccdf is the 1-ecdf(X)==1-F(x). (From ?ecdf help is shown that ecdf returns a function which is the F(x)
I would like to use that function inside my function and after call curve (which accepts function as input). My code looks like that
onVector<-seq(1:100)
offVector<-seq(101:200)
myecdfOn&l...
2007 Jul 02
0
CCDF plotting - axis labels+overlay
...tive distribution
function (aka survivor function) on log-log axes.
The cdf function with the oneminus=TRUE option in the heR.Misc package
almost does what I want to do with two problems. First, labeling the y-axis
seems to be a problem - I cannot get it to change.
Second, I would like to overlay ccdf's on the same plot. I can get them on
the same plot with new=TRUE. However, when I try to scale the quartz window
(I'm on a Mac), the two ccdf's do not scale the same and they no longer line
up.
I've wandered through the archives, but have not hit on solutions to the
above nor a...