View source: R/150b_gev_p1_libs.R
gev_p1_means | R Documentation |
Analytical expressions for Predictive Means RHP mean based on the expectation of DMGS equation 2.1
gev_p1_means(
means,
t0,
ml_params,
lddi,
lddi_k4,
lddd,
lddd_k4,
lambdad_flat,
lambdad_rh_mle,
lambdad_rh_flat,
lambdad_jp,
nx,
dim = 4
)
means |
logical that indicates whether to return analytical estimates for the distribution means (longer runtime) |
t0 |
a single value of the predictor (specify either |
ml_params |
parameters |
lddi |
inverse observed information matrix |
lddi_k4 |
inverse observed information matrix, fixed shape parameter |
lddd |
third derivative of log-likelihood |
lddd_k4 |
third derivative of log-likelihood, fixed shape parameter |
lambdad_flat |
derivative of the log flat prior |
lambdad_rh_mle |
derivative of the log CRHP-MLE prior |
lambdad_rh_flat |
derivative of the log CRHP-FLAT prior |
lambdad_jp |
derivative of the log JP prior |
nx |
length of training data |
dim |
number of parameters |
Two scalars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.