powered by
get.distr
This functon return the cumulative distribution function of a distributionH object.
distributionH
get.distr(object)# S4 method for distributionH get.distr(object)
# S4 method for distributionH get.distr(object)
a distributionH object.
A data frame: the first column contains the domain the second the CDF values.
# NOT RUN { D=distributionH(x=c(1,2,3,4),p=c(0,0.2,0.6, 1)) get.distr(D) #a data.frame describing the CDF of D # }
Run the code above in your browser using DataLab