buildXmat {SPsimSeq}R Documentation

An auxialiary function to quickly construct the polyomial matrix, using Horner's rule

Description

An auxialiary function to quickly construct the polyomial matrix, using Horner's rule

Usage

buildXmat(x, nc)

Arguments

x

The base

nc

the number of columns

Value

A matrix with increasing powers of x in the columns


[Package SPsimSeq version 1.0.0 Index]