getSeq function

Two sequences: starting+ending values from n and blocksize (internal use)

Two sequences: starting+ending values from n and blocksize (internal use)

This is an auxiliary function for gmcmtxBlk. It gives sequences of starting and ending values

getSeq(n, blksiz)

Arguments

  • n: length of the range
  • blksiz: blocksize

Returns

two vectors sqLO and sqUP

Examples

getSeq(n=99, blksiz=10)

See Also

gmcmtxBlk

Author(s)

Prof. H. D. Vinod, Economics Dept., Fordham University, NY

  • Maintainer: H. D. Vinod
  • License: GPL (>= 2)
  • Last published: 2023-10-09

Useful links