D.quantiles {GOFSN}R Documentation

Matrix D for all sizes and quantiles

Description

This matrix provides critical quantiles of the prior predictive distribution m(t) for the EDF stadistic D and different sizes n.

Usage

 data(D.quantiles) 

Format

A data frame with 51 rows and 6 columns. Rows represent the sample size (5,6,...,49,50,60,70,80,90,100) and columns represent the critical quantiles (0.10,0.05,0.025,0.010,0.005,0.001).

Details

Quantiles of the prior predictive distribution for statistic D are approximated by Monte Carlo simulations, using 100.000 draws from this predictive distribution. Details of calculation are given in Section 3.2 from article Cabras,Castellanos (2008).

References

Cabras and Castellanos (2008) Default Bayesian goodness-of-fit tests for the skew-normal model.

See Also

SimulD, ks.sn

Examples

data(D.quantiles)  
D.size5=D.quantiles[1,] 

[Package GOFSN version 1.0 Index]