Rev Language Reference


steppingStoneSampler

Usage

steppingStoneSampler(String filename, String powerColumnName, String likelihoodColumnName, String separator)

Arguments

filename : String (pass by value)
The name of the file where the likelhood samples are stored.
powerColumnName : String (pass by value)
The name of the column of the powers.
likelihoodColumnName : String (pass by value)
The name of the column of the likelihood samples.
separator : String (pass by value)
The field separator character. Values on each line of the file are separated by this character. If sep = "" the separator is 'white space', that is one or more spaces, tabs, newlines or carriage returns.

Methods

  • marginal()