dexp_p1 {fitdistcp} | R Documentation |
Exponential-with-p1 density function
Description
Exponential-with-p1 density function
Usage
dexp_p1(x, t0, ymn, slope, log = FALSE)
Arguments
x |
a vector of training data values |
t0 |
a single value of the predictor (specify either |
ymn |
the location parameter of the function of the predictor |
slope |
the slope of the function of the predictor |
log |
logical for the density evaluation |
Value
Vector
[Package fitdistcp version 0.1.1 Index]