Description Table prior is custom defined prior, please choose your prior data from your local forder. The prior data should contain two columns, one column with name $x$ indicates the values of $\sigma^2$, and the other column with name $y$ indicates the values of $\pi(\sigma^2)$ respect to each $\sigma$.
Description The Table prior is
Description Table prior is custom defined prior, please choose your prior data from your local forder. The prior data should contain two columns, one column with name $x$ indicates the values of $\rho$, and the other column with name $y$ indicates the values of $\pi(\rho)$ respect to each $\rho$.
.control { display: block; position: relative; padding-left: 20px; margin-bottom: 5px; cursor: pointer; font-size: 12px; vertical-align:middle; } .control input { position: absolute; z-index: -1px; opacity: 0; } .control__indicator { position: absolute; top: 0px; left: 0; height: 15px; width: 15px; background: #e6e6e6; border: 2px solid #849fbb; } .control--radio .control__indicator { border-radius: 50%; top: 5px; } .control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator { background: #ccc; } .control input:checked ~ .control__indicator { background: #2aa1c0; /* #57cb85 green*/ border: 2px solid #0e647d; } .control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator { background: #0e647d; } .control input:disabled ~ .control__indicator { background: #e6e6e6; opacity: 0.6; pointer-events: none; } .control__indicator:after { content: "\f00c"; position: absolute; display: none; } .control input:checked ~ .control__indicator:after { display: block; } .control--checkbox .control__indicator:after { /* control the sign */ left: 3px; top: 1px; width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); } .control--checkbox input:disabled ~ .control__indicator:after { border-color: #7b7b7b; } .control--radio .control__indicator:after { /* control the sign */ left: 2px; top: 2px; height: 7px; width: 7px; border-radius: 10px; background: #fff; } .control--radio input:disabled ~ .control__indicator:after { background: #7b7b7b; }