powered by
Area Under Curve (Empirical Cumulative Dsitribution Function)
AUC(fun, from = NULL, to = NULL)# S3 method for ECDF AUC(fun, from = NULL, to = NULL)
# S3 method for ECDF AUC(fun, from = NULL, to = NULL)
a object of type 'ECDF'
A ECDF object.
double. Starting point of the area on x-axis
double. Ending point of the area on x-axis
ecdf <- ECDF(dsl,c(12,14)) AUC(ecdf, 0, 100)
Run the code above in your browser using DataLab