post_sample.normalmix: post_sample.normalmix

View source: R/normalmix.R

post_sample.normalmixR Documentation

post_sample.normalmix

Description

returns random samples from the posterior, given a prior distribution m and n observed datapoints.

Usage

## S3 method for class 'normalmix'
post_sample(m, data, nsamp)

Arguments

m

mixture distribution with k components

data

a list with components x and s to be interpreted as a normally-distributed observation and its standard error

nsamp

number of samples to return for each observation

Value

a nsamp by n matrix


stephens999/ashr documentation built on March 16, 2024, 3:02 a.m.