gtm_pts {gtm}R Documentation

Generate division of interval

Description

Returns M points equally spaced in the interval [-1,1].

Usage

gtm_pts(M)

Arguments

M the number of points

Value

Returns M-by-1 matrix. In the first row is -1, in the last row 1.

Examples

  gtm_pts(9)

[Package gtm version 1.0 Index]