priorOnE0_spec {telescope} | R Documentation |
Specify prior on e0.
Description
Obtain a function to evaluate the log prior specified
for .
Usage
priorOnE0_spec(E = c("G_1_20", "e0const"), e0)
Arguments
E |
A character indicating which specification should be used. |
e0 |
A numeric scalar giving the fixed value of |
Details
The following prior specifications are supported:
-
"G_1_20"
:gamma(1, 20), i.e., shape = 1, rate = 20.
-
"e0const"
:is fixed at
e0
.
Value
A named list containing:
-
"log_p_e0"
: a function of the log prior of.
-
"param"
: a list with the parameters.
[Package telescope version 0.1-0 Index]