gridpoints: Grid points

View source: R/cnm.R

gridpointsR Documentation

Grid points

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)

Arguments

x

an object of a class for data.

beta

instrumental parameter in a semiparametric mixture.

grid

number of grid points to be generated.

Value

A numeric vector containing grid points.

Author(s)

Yong Wang <yongwang@auckland.ac.nz>


nspmix documentation built on June 8, 2025, 12:29 p.m.

Related to gridpoints in nspmix...