reparametrizations {logcondens} | R Documentation |
Changes Between Parametrizations
Description
Given a vector representing the values of a piecewise linear concave function at
etaphi
returns a column vector with the entries
The function phieta
returns a vector with the entries
Usage
etaphi(x, eta)
phieta(x, phi)
Arguments
x |
Vector of independent and identically distributed numbers, with strictly increasing entries. |
eta |
Vector with entries |
phi |
Vector with entries |
Note
These functions are not intended to be invoked by the end user.
Author(s)
Kaspar Rufibach, kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch
Lutz Duembgen, duembgen@stat.unibe.ch,
https://www.imsv.unibe.ch/about_us/staff/prof_dr_duembgen_lutz/index_eng.html
[Package logcondens version 2.1.8 Index]