| GOFSN-package {GOFSN} | R Documentation |
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.
| Package: | GOFSN |
| Type: | Package |
| Version: | 1.0 |
| Date: | 2009-04-24 |
| License: | GPL (version 2 or later) |
| LazyLoad: | yes |
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.
R(>=2.7.0), sn
Veronica Paton Romero, Universidad Rey Juan Carlos, Spain v.paton@alumnos.urjc.es
x<-c(2,5,10,4,3,8) D.data<-D(x) W2.data<-W2(x)