[ADMB Users] Changes in getting/not getting an std file between Versions 9 and 10
dave fournier
davef at otter-rsch.com
Fri Nov 11 09:24:30 PST 2011
I downloaded the source using the command
svn checkout http://www.admb-project.org/svn/trunk admb-trunk-read-only
I built it with make linux
I built a trivial RE model using
DATA_SECTION
PARAMETER_SECTION
init_number x
sdreport_number d
random_effects_vector u(1,1)
objective_function_value f
PROCEDURE_SECTION
d=0.0;
f=square(x) + square(u(1));
It creates an std file
index name value std.dev
1 x 2.0000e-04 7.0711e-01
2 u 0.0000e+00 7.0711e-01
3 d 0.0000e+00 0.0000e+00
So I don't know why LJ is having this problem.
~
More information about the Users
mailing list