SSS_make_beta_grid: Creates a vector of uniformly spaced grid points in the beta...

View source: R/SequenceSpikeSlab.R

SSS_make_beta_gridR 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


SequenceSpikeSlab documentation built on Sept. 8, 2023, 6:06 p.m.