calculateCountVec: calculateCountVec

Description Usage Arguments Details Value Author(s)

Description

Chose count values for approximation

Usage

1
calculateCountVec(count.max, count.res, continuous.upper = 300)

Arguments

count.max

Integer, Max values of count.mat in link{Nbcd}

count.res

Integer, Approximation resolution of count

Details

Chose count.res count values from 0 ~ max(count.mat) for approximation. This chose all values up to min(continuos.upper, max(count.mat)) and chose other values based on bining of log(count).

Value

count.vec Interger vector, Selected count grid points

Author(s)

Yasuhiro Kojima


kojikoji/nbcf documentation built on June 16, 2019, 6:08 p.m.