getgrid.gp(spectralGP)
getgrid.gp()所属R语言包:spectralGP
Calculates the gridpoints in a spectral GP object
计算网格点的光谱GP对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the sequence of gridpoints in each dimension for a spectral GP object. Gridpoints representing the part of the domain in which the periodicity of the GP emerges are omitted.
计算每个维度为的光谱GP对象中的网格点的序列。网格点代表的周期性出现的GP域的部分被省略了。
用法----------Usage----------
## S3 method for class 'gp':
getgrid(object,...)
参数----------Arguments----------
参数:object
A GP object, created by gp.
一个GP对象,创建的gp。
参数:...
Other arguments.
其他参数。
Details
详细信息----------Details----------
Not meant to be used directly by the user, unless the user needs the unique gridpoints in each dimension. For the expanded grid that corresponds to the process values, with each row containing the two coordinates of a grid location, use expand.gpgrid.
并不意味着要由用户直接使用的,除非用户需要在每个维度上的独特的网格点。扩大的网格,对应的过程值,每行包含一格位置的两个坐标,使用expand.gpgrid。
值----------Value----------
For two dimensions, a list containing the gridpoints in each dimension, with the first element containing the unique gridpoints in the first dimension and the second element the unique gridpoints in the second dimension, or for one-dimensional processes, a vector of gridpoints.
对于两个维度,一个列表,包含在每个维度上的网格点,含有独特的网格点的第一维和所述第二元件在第二维的独特的网格点的第一个元素,或为一维的进程,一个向量的网格点。
(作者)----------Author(s)----------
Christopher Paciorek <a href="mailto:paciorek@alumni.cmu.edu">paciorek@alumni.cmu.edu</a>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
library(spectralGP)
gp1=gp(128,matern.specdens,c(1,4))
gp2=gp(c(64,64),matern.specdens,c(1,4))
grid1=getgrid(gp1)
grid2=getgrid(gp2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|