Learn R Programming

SequenceSpikeSlab (version 1.0.1)

SSS_make_beta_grid: 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)

Value

Vector of betagrid points

Arguments

minngridpoints

Minimum number of grid points