SSS_make_beta_grid {SequenceSpikeSlab} | R Documentation |
Creates a vector of uniformly spaced grid points in the beta parametrization Ensures the number of generated grid points is >= mingridpoints (which does not have to be integer), and that their number is always odd so there is always a grid point at pi/4.
Description
Creates a vector of uniformly spaced grid points in the beta parametrization Ensures the number of generated grid points is >= mingridpoints (which does not have to be integer), and that their number is always odd so there is always a grid point at pi/4.
Usage
SSS_make_beta_grid(minngridpoints)
Arguments
minngridpoints |
Minimum number of grid points |
Value
Vector of betagrid points
[Package SequenceSpikeSlab version 1.0.1 Index]