transfo.pars: Transform variables to unconstrained space

View source: R/mcmc.R

transfo.parsR Documentation

Transform variables to unconstrained space

Description

This function uses the transformations detailed in the STAN reference manual (Section 56.4 in version 2.9).

Usage

transfo.pars(cur, lbound, ubound)

Arguments

cur

vector of current parameter on the original (constrained) scale

lbound

lower bounds for the parameters

ubound

upper bounds for the parameter

Value

unconstrained transformed vector


lbelzile/mgp documentation built on Aug. 5, 2023, 2:34 a.m.