44 double tiny=0.001/(A-a+1);
85 nu(i)(iiage(j))=t1(j);
94 tau_hat2 = 1./(age_counts)*
norm2(nu);
110 double tiny=0.001/(A-a+1);
115 for(
int i=t; i<=T; i++)
124 tau_hat2 = 1./((A-a)*(T-t+1))*
norm2(nu);
126 tau2=
value(tau_hat2);
void RETURN_ARRAYS_DECREMENT(void)
Decrements gradient_structure::RETURN_ARRAYS_PTR.
Vector of double precision numbers.
void initialize(void)
Zero initialize allocated dvar_matrix, then saves adjoint function and position data.
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
double mean(const dvector &vec)
Returns computed mean of vec.
Array of integers(int) with indexes from index_min to indexmax.
Description not yet available.
void initialize(void)
Initialze all elements of dvector to zero.
double norm2(const d3_array &a)
Return sum of squared elements in a.
Library of statistic functions.
dvariable dmvlogistic(const dmatrix o, const dvar_matrix &p, dvar_matrix &nu, double &tau2, const double minp)
Class definition of matrix with derivitive information .
void RETURN_ARRAYS_INCREMENT(void)
Increments gradient_structure::RETURN_ARRAYS_PTR.
void initialize(const dvector &ww)
Description not yet available.
dvector value(const df1_one_vector &v)
Fundamental data type for reverse mode automatic differentiation.
d3_array log(const d3_array &arr3)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.