frontier(sn)
frontier()所属R语言包:sn
Simulated sample from a skew-normal distribution
模拟从一个歪斜正态分布样本
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A sample simulated from the SN(0,1,5) distribution having sample index of skewness in the admissible range (-0.9952719,0.9952719) but maximum likelihood estimate on the frontier of the parameter space.
模拟的样本从的SN(0,1,5)分布样本指数的偏度在允许的范围内(-0.9952719,0.9952719),但最大似然估计的参数空间的前沿。
用法----------Usage----------
data(frontier)
格式----------Format----------
A vector of length 50.
一个向量长度为50。
源----------Source----------
Generated by a run of rsn(50,0,1,5).
所产生的rsn(50,0,1,5)运行。
实例----------Examples----------
data(frontier, package="sn")
a <- sn.2logL.profile(y=frontier)
a <- sn.2logL.profile(y=frontier, param.range=c(0.8,1.6,10,30),
use.cp=FALSE, npts=11)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|