ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
v_ghk.cpp File Reference

(Last Changed on August 06, 2022 for git-revision 808780089317c67198079de06b64df009a4a6543.)

Functions. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

dvariable ghk (const dvar_vector &lower, const dvar_vector &upper, const dvar_matrix &Sigma, const dmatrix &eps)
 Description not yet available. More...
 
dvariable ghk (const dvar_vector &lower, const dvar_vector &upper, const dvar_matrix &Sigma, const dmatrix &eps, int _i)
 Description not yet available. More...
 
dvariable ghk_choleski (const dvar_vector &lower, const dvar_vector &upper, const dvar_matrix &ch, const dmatrix &eps)
 Description not yet available. More...
 
dvariable ghk_choleski_m (const dvar_vector &upper, const dvar_matrix &ch, const dmatrix &eps)
 Description not yet available. More...
 
dvariable ghk_choleski_m_cauchy (const dvar_vector &upper, const dvar_matrix &ch, const dmatrix &eps)
 Description not yet available. More...
 
dvariable ghk_choleski_m_logistic (const dvar_vector &upper, const dvar_matrix &ch, const dmatrix &eps)
 Description not yet available. More...
 
dvariable ghk_m (const dvar_vector &upper, const dvar_matrix &Sigma, const dmatrix &eps)
 Description not yet available. More...
 
void ghk_test (const dmatrix &eps, int i)
 Description not yet available. More...
 

Detailed Description

Functions.

Author
David Fournier

Definition in file v_ghk.cpp.

Function Documentation

dvariable ghk ( const dvar_vector lower,
const dvar_vector upper,
const dvar_matrix Sigma,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 15 of file v_ghk.cpp.

dvariable ghk ( const dvar_vector lower,
const dvar_vector upper,
const dvar_matrix Sigma,
const dmatrix eps,
int  _i 
)

Description not yet available.

Parameters

Definition at line 175 of file v_ghk.cpp.

dvariable ghk_choleski ( const dvar_vector lower,
const dvar_vector upper,
const dvar_matrix ch,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 95 of file v_ghk.cpp.

dvariable ghk_choleski_m ( const dvar_vector upper,
const dvar_matrix ch,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 136 of file v_ghk.cpp.

dvariable ghk_choleski_m_cauchy ( const dvar_vector upper,
const dvar_matrix ch,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 217 of file v_ghk.cpp.

dvariable ghk_choleski_m_logistic ( const dvar_vector upper,
const dvar_matrix ch,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 254 of file v_ghk.cpp.

dvariable ghk_m ( const dvar_vector upper,
const dvar_matrix Sigma,
const dmatrix eps 
)

Description not yet available.

Parameters

Definition at line 58 of file v_ghk.cpp.

void ghk_test ( const dmatrix eps,
int  i 
)

Description not yet available.

Parameters

Definition at line 51 of file c_ghk.cpp.

Referenced by ghk().