prior.lambda {GOFSN}R Documentation

Vector of simulations from the prior distribution for lambda

Description

This vector contains values simulated from the Jeffrey's prior for lambda.

Usage

 data(prior.lambda) 

Format

A vector of length 1000000

Details

Jeffrey's prior has been simulated using a numerical approximation of the prior density and through the inverse method.

References

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

Examples

data(prior.lambda)
lambdas=sample(prior.lambda, 10000)

[Package GOFSN version 1.0 Index]