Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Hankel

Generating a Hankel Matrix


Description

Functions to generate a Hankel matrix.

Usage

Hankel(x, nrow = length(x)%/%2, ncol = length(x)%/%2)

Arguments

x

numeric vector to specify the entries of the matrix. Should have an even number of entries.

nrow

integer, must be at most length(x)

ncol

integer, must be at most length(x)

Details

Computes a Hankel matrix. If we denote the vector x=(x_1,…,x_n) the Hankel matrix is defined and formed as

A matrix where each antidiagonal of the matrix is constant.

Value

a matrix as defined above.

Author(s)

Andrew Redd <aredd at stat.tamu.edu>

Examples

Hankel(1:6)

orthogonalsplinebasis

Orthogonal B-Spline Basis Functions

v0.1.6
GPL (>= 2)
Authors
Andrew Redd
Initial release
2015-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.