22 for (
int k=1;k<=m;k++)
27 for (
int j=1;j<=n;j++)
35 for (
int i=j+1;i<=n;i++)
37 double tmp=ch(i,j)*eta;
55 cerr <<
"Index too low in function ghk -- min is "
61 cerr <<
"Index too high in function ghk -- max is "
85 for (
int j=1;j<=n;j++)
93 for (
int i=j+1;i<=n;i++)
95 double tmp=ch(i,j)*eta;
double ghk(const dvector &lower, const dvector &upper, const dmatrix &Sigma, const dmatrix &eps)
Description not yet available.
Vector of double precision numbers.
double inv_cumd_norm(const double &x)
Description not yet available.
df1_one_matrix choleski_decomp(const df1_one_matrix &MM)
prnstream & endl(prnstream &)
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
void ghk_test(const dmatrix &eps, int i)
Description not yet available.
double cumd_norm(const double &x)
Culative normal distribution; constant objects.