gpd_k1_means {fitdistcp} | R Documentation |
Analytical Expressions for Predictive Means RHP mean based on the expectation of DMGS equation 2.1
Description
Analytical Expressions for Predictive Means RHP mean based on the expectation of DMGS equation 2.1
Usage
gpd_k1_means(
means,
ml_params,
lddi,
lddi_k2,
lddd,
lddd_k2,
lambdad_flat,
lambdad_rh_mle,
lambdad_rh_flat,
lambdad_jp,
nx,
dim = 2,
kloc = 0
)
Arguments
means |
logical that indicates whether to return analytical estimates for the distribution means (longer runtime) |
ml_params |
parameters |
lddi |
inverse observed information matrix |
lddi_k2 |
inverse observed information matrix, fixed shape parameter |
lddd |
third derivative of log-likelihood |
lddd_k2 |
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 |
kloc |
the known location parameter |
Value
Two scalars
[Package fitdistcp version 0.1.1 Index]