simCheck: Check simulations for undetected non-convergence.

Description Usage Arguments Value

Description

Check simulations for undetected non-convergence.

Usage

1
2
3
4
5
simCheck(x, ...)

## S4 method for signature 'Simulate4M'
simCheck(x, Stationary.Distribution.Check = 0.05,
  Angle.Concentration.Check = 0.05, Tpm.Tolerance = 4)

Arguments

x

An object of class Simulate4M

Stationary.Distribution.Check

Any simulation which has a stationary distribution having any element less than this value will be flagged.

Angle.Concentration.Check

Any simulation which has a deflection angle concentration less than this value will be flagged.

Tpm.Tolerance

Any simulation which has a transition probability matrix which contains a row with at least two entries which are equal up to this many decimal places will be flagged.

Value

Returns an index vector which flags simulations which violate conditions.


lawlerem/markmodmover documentation built on Feb. 12, 2020, 8:30 p.m.