dst2.plot(sn)
dst2.plot()所属R语言包:sn
Plot of bivariate skew-t density function
图二元歪斜-T的密度函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Produces a contour plot of the density function of a bivariate skew-t variate.
产生一个二元歪斜-T变量的密度函数的等高线图。
用法----------Usage----------
dst2.plot(x, y, xi, Omega, alpha, df, dp = NULL, ...)
用法----------Usage----------
dst2.plot(x, y, xi, Omega, alpha, df, ...)
dst2.plot(x, y, dp=, ...)
参数----------Arguments----------
参数:x
vector of values of the first component.
矢量的第一分量的值。
参数:y
vector of values of the second component.
第二成分的值的矢量。
参数:xi
a vector of length 2 containing the location parameter.
的长度为2的向量含有的位置参数。
参数:Omega
a 2 by 2 matrix containing a covariance matrix.
一个2×2矩阵含有协方差矩阵。
参数:alpha
a vector of length 2 containing the shape parameter.
含有的形状参数的矢量的长度为2。
参数:df
a positive number, representing the degrees of freedom .
一个正数,表示的自由度。
参数:dp
a list with components named xi, Omega, alpha, df, containing quantities as described above. If this parameter is set, then the individual parameters must not be.
名为xi, Omega, alpha, df,含有如上所述数量的组件的列表。如果此参数设置,然后个别的参数绝对不能。
参数:...
additional parameters to be passed to contour. </table>
额外的参数传递给contour。 </ TABLE>
Details
详细信息----------Details----------
The density function is evalutate at the grid of points whose coordinates are given by vectors x and y. The actual computation is done by the function dmst. A contour level plot is produced on the graphical window.
的密度函数evalutate在网格点的坐标由下式给出向量x和y。实际的计算是通过功能dmst。一个等高线图上的图形窗口。
值----------Value----------
A list containing the original input parameters plus a matrix containing the density function evaluated at the grid formed by the x and y values.
在网格由x和y值的列表包含原始输入参数加上一个矩阵的密度函数评价。
背景----------Background----------
The family of multivariate skew-t distributions is an extension of the multivariate Student's t family, via the introduction of a shape parameter which regulates skewness; when shape=0, the skew-t distribution reduces to the usual t distribution. When df=Inf the distribution reduces to the multivariate skew-normal one; see dmsn. See the reference below for additional information.
多变量偏斜t分布的家庭是一个扩展的多元学生的T系列,通过引进一个shape参数调节偏度;当shape=0,歪斜-t分布的降低通常吨分布。当df=Inf分布减少到多变量的偏移正常的;看到dmsn。下面的其他信息,请参阅参考。
参考文献----------References----------
Azzalini, A. and Capitanio, A. (2003). Distributions generated by perturbation of symmetry with emphasis on a multivariate skew t distribution. J.Roy. Statist. Soc. B 65, 367–389.
参见----------See Also----------
dmst, dsn2.plot
dmst,dsn2.plot
实例----------Examples----------
x <- y <- seq(-5, 5, length=35)
dst2.plot(x, y, c(-1,2), diag(c(1,2.5)), c(2,-3), df=5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|