model_pdf {LATERmodel} | R Documentation |
Evalulate the probability density function under the model.
Description
Evalulate the probability density function under the model.
Usage
model_pdf(x, later_mu, later_sd, early_sd = NULL, log = FALSE)
Arguments
x |
Vector of quantiles |
later_mu |
Vector of the mean of the later component. |
later_sd |
Vector of the standard deviation of the later component. |
early_sd |
Vector of the standard deviation of the early component,
or |
log |
If |
Value
Vector of probabilities
Examples
model_pdf(x = 1, later_mu = 1, later_sd = 1)
model_pdf(x = 1, later_mu = 1, later_sd = 1, early_sd = 3)
[Package LATERmodel version 0.2.0 Index]