Learn R Programming

sn (version 0.4-3)

frontier: Simulated sample from a skew-normal distribution

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.

Usage

data(frontier)

Arguments

format

A vector of length 50.

source

Generated by a run of rsn(50,0,1,5).

Examples

Run this code
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)

Run the code above in your browser using DataLab