circulant(spam)
circulant()所属R语言包:spam
Create Circulant Matrices
创建循环矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a circulant matrix in spam format.
创建一个循环矩阵spam格式。
用法----------Usage----------
circulant.spam(x, n = NULL, eps = .Spam$eps)
参数----------Arguments----------
参数:x
the first row to form the circulant matrix or a list containing the indices and the nonzero values.
的第一行,以形成循环矩阵或一个列表,其中包含的索引和非零值。
参数:n
if x is a list, the dimension of the matrix.
如果x是一个列表,维度的矩阵。
参数:eps
A tolerance parameter: elements of x such that abs(x) <= eps set to zero. Defaults to eps = .Spam$eps
容差参数:xabs(x) <= eps设置为0的元素。默认为eps = .Spam$eps
值----------Value----------
The circulant matrix in spam format.
的循环矩阵spam格式。
(作者)----------Author(s)----------
Reinhard Furrer
参见----------See Also----------
circulant from package magic, toeplitz.spam
circulant包magic,toeplitz.spam
实例----------Examples----------
circulant.spam(c(1,.25,0,0,0))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|