MCMC-class: MCMC

MCMC-classR Documentation

MCMC

Description

An S4 class to represent the output of a MCMC algorithm.

Slots

.Data

A numeric matrix giving the MCMC samples expressed in rata die.

labels

A character vector specifying the name of the events.

depth

A numeric vector giving the sample depth.

hash

A character string giving the 32-byte MD5 hash of the original data file.

Subset

In the code snippets below, x is a MCMC object.

x[[i]]

Extracts a single event (one chain) selected by subscript i. i is a length-one numeric or character vector.

Note

This class inherits from matrix.

Author(s)

N. Frerebeau

See Also

Other classes: ActivityEvents-class, AgeDepthModel-class, CumulativeEvents-class, DurationsMCMC-class, EventsMCMC-class, OccurrenceEvents-class, PhasesMCMC-class, TimeRange-class


ArchaeoStat/ArchaeoPhases documentation built on Jan. 19, 2025, 2:33 p.m.