gumbel.grid: points distributed according to gumbel pdf: internal function

Description Usage Arguments Value See Also Examples

Description

distribute points according to the gumbel density. use location and scale parameter to change shape of distribution.

Usage

1
  gumbel.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

loc

location parameter

scale

parameter

Value

numeric vector of gridpoints

See Also

pgumbel

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

Examples

1
grid.maker(bounds=c(-1,5),num.points=10,spacing="gumbel.grid",plotit=TRUE,loc=1,scale=1.1)

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