calc.logpdf {timedeppar}R Documentation

Calculate log pdf values (prior, internal, posterior) from an object of type timedeppar

Description

This function calculated log priors, log pdf of Ornstein-Uhlenbeck time dependent parameters, and log posterior from an object of type timedeppar produced by the function infer.timedeppar.

Usage

calc.logpdf(x, param, verbose)

Arguments

x

results from the function infer.timedeppar of class timedeppar.

param

list of parameter lists and vectors extracted from an object of class timedeppar using the function get.param.

verbose

boolean indicator for writing the results to the console (default is not to do it).

Value

numeric vecctor of values of the different log pdfs.


[Package timedeppar version 1.0.3 Index]