GOFSN-package {GOFSN}R Documentation

Package GOFSN: summary information

Description

This package proposes a series of goodness-of-fit tests for the family of skew-normal models when all parameters are unknown. It provides functions that analyse if data are compatible with the assumed model.

Details

Package: GOFSN
Type: Package
Version: 1.0
Date: 2009-04-24
License: GPL (version 2 or later)
LazyLoad: yes

Functions

The package includes functions to analyze the fit of a univariate distribution to a proposed data set: D, W2, SimulD, SimulW2, ks.sn, W2.sn.

It also includes some objects necessary for the above functions: prior.lambda, D.quantiles, W2.quantiles.

Requeriments

R(>=2.7.0), sn

Author(s)

Veronica Paton Romero, Universidad Rey Juan Carlos, Spain v.paton@alumnos.urjc.es

Examples

 
x<-c(2,5,10,4,3,8)
D.data<-D(x)
W2.data<-W2(x) 

[Package GOFSN version 1.0 Index]