beta.grid: points distributed according to beta dist: internal function

Description Usage Arguments Value See Also Examples

Description

distribute points according to the beta density. use shape1, shape2 and noncentrality parameter to affect shape.

Usage

1
  beta.grid(b, n, plotit, ...)

Arguments

b

numeric vector of length 2. bounds.

n

number of desired points

plotit

boolean TRUE if want a plot of result

shape1

shape param 1 ("alpha")

shape2

shape param 2 ("beta")

ncp

non-centrality paramter

Value

numeric vector of gridpoints

See Also

dbeta

Other grid.makers: exp.grid, gumbel.grid, hyp.sine, log.g, log.g2, lognorm.grid

Examples

1
grid.maker(bounds=c(-1,5),num.points=10,spacing="beta.grid",plotit=TRUE,shape1=2,shape2=5,ncp=1)

floswald/gridR documentation built on May 16, 2019, 1:24 p.m.