Description
A generic method used to return a vector of grid
points used for searching local maxima of the gradient funcion.
Usage
gridpoints(x, beta, grid)
Value
A numeric vector containing grid points.
Arguments
- x
an object of a class for data.
- beta
instrumental parameter in a semiparametric mixture.
- grid
number of grid points to be generated.
Author
Yong Wang <yongwang@auckland.ac.nz>