View source: R/73b_weibull_p2_libs.R
| dweibull_p2sub | R Documentation |
Densities from MLE and RHP
dweibull_p2sub(x, t, y, t0, fd1, d2, d3, aderivs = TRUE)
x |
a vector of training data values |
t |
a vector or matrix of predictors |
y |
a vector of values at which to calculate the density and distribution functions |
t0 |
a single value of the predictor (specify either |
fd1 |
the fractional delta used in the numerical derivatives with respect to the parameter |
d2 |
the delta used in the numerical derivatives with respect to the parameter |
d3 |
the delta used in the numerical derivatives with respect to the parameter |
aderivs |
logical for whether to use analytic derivatives (instead of numerical) |
A vector of parameter estimates, two pdf vectors, two cdf vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.