.priorMSd2Parameter {RGAP} | R Documentation |
Transforms the prior distribution defined by mean and standard deviation to the appropriate input parameters.
Description
Transforms the prior distribution defined by mean and standard deviation to the appropriate input parameters.
Usage
.priorMSd2Parameter(
prior,
restr,
namesInvGammaDistr,
namesNormalDistr,
namesBetaDistr
)
Arguments
prior |
A matrix containing the mean and standard deviation of the priors. |
restr |
A matrix containing box constraints for the parameters. |
namesInvGammaDistr |
A character vector specifying the names of all inverse Gamma distributed parameters. |
namesNormalDistr |
A character vector specifying the names of all normally distributed parameters. |
namesBetaDistr |
A character vector specifying the names of all Beta distributed parameters. |
[Package RGAP version 0.1.1 Index]