Rev Language Reference


srGeweke

Usage

srGeweke(Probability prob, Probability frac1, Probability frac2, String filename, Natural frequency, String burninMethod)

Arguments

prob : Probability (pass by value)
The significance level.
Default : 0.05
frac1 : Probability (pass by value)
The fraction of samples used for the first window.
Default : 0.1
frac2 : Probability (pass by value)
The fraction of samples used for the second window.
Default : 0.5
filename : String (pass by value)
The name of the file containing the samples.
frequency : Natural (pass by value)
The frequency how often to check for convergence.
Default : 10000
burninMethod : String (pass by value)
Which type of burnin method to use.
Default : ESS
Options : ESS|SEM