![]() |
Prev | Next | whats_new_2019 |
subgroup_smooth_id
in the mulcov table.
In addition, report an error if these multipliers are requested.
subgroup_id
, this has been fixed.
./dock_dismod_at.sh image dismod_at
./dock_dismod_at.sh image dismod_at
zero_sum_random
option was changed to
zero_sum_child_rate
.
A warning is printed when zero_sum_random
is used and
this change is made automatically.
In addition, the old2new
command will make this change to the
option table
.
abs( (mean - truth) ) / std
to
abs( (fit - truth) ) / std
.
meas_covariate.py
example was changed to be an example
using group covariate multipliers; see user_group_mulcov.py
.
In addition, a discussion of this example was added.
meas_std_effect
option_name
was removed.
It was deprecated (see 04-08
below)
and should have been replaced by
meas_noise_effect
.
old2new_command
was added.
This time it adds the subgroup_table
and other related information,
to the database in a backward compatible fashion; see
old2new_command
and 11-22 below.
In addition, directions for obtaining this
backward compatibility
was added to the create_database
function.
group/sub
column as added to
variable.csv
(changed to group
and subgroup
on
12-04
).
The subgroup
and
group
columns were added to data.csv
The subgroup
column was added to predict.csv
subgroup_id
column was added to the
data table
and
avgint table
.
smooth_id
column in the mulcov table was changed to
group_smooth_id
.
In addition, the
group_id
and
subgroup_smooth_id
columns were added to the mulcov table.
create_database
routine.
meas_std
to
meas_noise
has been removed;
see 04-08
below.
old2new
command that added the
mulcov_id
column to the var table was removed;
see 04-20
and 04-23
below.
./dock_dismod_at.sh image dismod_at
iota
and
omega
;
see test/user/const_value.py
.
omhelp
.
The search utility now shows the title and section tag in separate
areas and hides the other keywords.
Hitting return or double clicking in the title area,
in addition to choosing the Goto
button, will go to
the selected section.
./dock_dismod_at.sh image base
./dock_dismod_at.sh image dismod_at
This fixed a warning during the install of
cppad
;
see
cmake mailing list
.
dock_dismod_at.sh
to version 20190922
.
dage_prior_id
and
dtime_prior_id
in the smooth grid table.
Furthermore, some problems with the example have been fixed.
meas_std = 2.0 * iota_true;was changed to
meas_std = 1.5 * iota_true;
user_asymptotic.py
to user_sample_asy.py
.
dock_dismod_at.sh
to version 20190919
.
A modified version of bin/run_cmake.sh
was in the
dismod_at.base which caused a problem when building dismod_at.image.
This has been fixed but you should rebuild
dismod_at.base
to get this fix.
dock_dismod_at.sh
to version 20190917
.
dock_dismod_at.sh
program.
null
as
weight_id
in the
data table
and
avgint table
.
This weighting can also be specified by the empty
string in create_database
; see
weight
.
The user_example
examples were simplified using this option.
dock_dismod_at.sh
to version 20190913
.
db2csv
command was false
when it should have been empty.
This has been fixed.
example/user/fit_sim.py
example.
test/user/fit_sim.py
.
The problem here is that the simulated values for the mean
of the prior of the random effects do not sum to zero.
This should be fixed.
dock_dismod_at.sh
command now has two stages to its build process;
dismod_at.base
and
dismod_at.image
.
This avoids having to rebuild the entire image every time.
dock_dismod_at.sh
command.
dock_dismod_at.sh
.
cppad_mixed-20190720
.
This fixes a print during the
testing
of dismod_at
.
cppad-20190719
.
This fixes a problem installing the CppAD binary library on the Mac.
dismod_at_hash
for
dismod_at_version
20190710 of dock_dismod_at.sh
. This has been fixed.
cppad_mixed-20190710
.
This makes the Newton method for the fixed effects more robust
(quasi_fixed
false case).
To be specific, one is less likely to an error message indicating
that the Hessian w.r.t. the random effects is not positive definite.
dock_dismod_at.sh build
command.
max_num_iter_fix
is -1
.
meas_std
and the
adjusted standard deviation
delta(theta)
to the
meas_std
documentation.
meas_delta
to empty
when the previous fit is for simulated data.
In addition, more discussion was added for
fit_var, fit_data_subset
tables and the
simulate_index
.
build
option for dock_dismod_at.sh
was not updating
the docker image when the remote repository changed.
This has been fixed by adding a git pull
and checkout of a particular
dismod_at_version
in the Dockerfile created by dock_dismod_at.sh.
In addition, more detection and discussion was added for
removing containers
.
docker
package,
you can now avoid the install_unix
process using
dock_dismod_at.sh
script.
PKG_CONFIG_PATH
and
fix set exit status for example_install.sh
.
bin/install_cppad_mixed.sh
script which is used by
example_install.sh
.
nan
occurs
and build_type
is debug
.
bound_push
was set to zero).
20190521
and has been fixed.
avg_age
was still being used instead of age_avg
,
see the discussion about the avg_age
on
2018-10-30
.
This has been fixed.
git checkout master
for problem mentioned
on 05-21 below.
git pull
to the corresponding scripts.
cppad-20190507
.
This enabled a fix of the
cen_gaussian
calculation.
To be specific, when the start_var_table
values were very poor,
and there was zero measurement values,
one minus the error function was numerically zero and its log was nan.
This has been fixed using the complementary error functions
which was recently added to CppAD.
Delta
and delta
have been changed to
meas_stdcv
and
meas_delta
respectively.
The change of names was motivated by a problem using sqlite
when two column names that only differed by case; i.e.,
Delta
and delta
.
data_sim_stdcv
,
in the data_sim table, is value of
Delta
that is used when
fitting the corresponding simulated data.
This corrects a bug in fitting simulated
log scaled
data that has
meas_noise
covariates which
adjust the measurement standard deviation; see
delta_i
.
Delta
, is now referred to as the
minimum cv standard deviation
.
sim_stdcv
column has been added
to the data.csv
file..
residual_density: mu
was negative.
This check has been changed to make sure @(@
\mu + \eta
@)@ is positive.
prior_sim
table.
omhelp
with the file dev.omh
.)
system_command
function
to simplify the user examples.
sigma
so that it is different for data than for priors.
This avoids the need for reversed residuals.
old2new_command
was added.
n1
as the parent.
make check
does a re-try
when it gets a failure.
This makes the probability of a random failure much lower.
mulcov_mulcov_id
integrand name
; see the
user_predict_mulcov.py
example / test.
mulcov_mulcov_id
integrand name
correspond to;
see init_command.py
.
user_students.py
example
(this example has since moved to user_data_density.py
).
meas_std
is used, the corresponding
var_type
was
mulcov_meas_noise
.
This has been changed to mulcov_meas_std
for backward compatibility.
data.csv
file, the column
meas_value
was moved to be next to
avgint
and
meas_std
was moved to be next to
Delta
.
This makes comparisons between these columns easier.
data.csv
file written by the db2csv
command.
meas_std
was deprecated
(and was later removed).
It should be changed to
meas_noise
.
meas_std_effect
option was deprecated.
It should be changed to
meas_noise_effect
.
bin/speed_16_18.sh
which
compares the last version of in 2016 with the last version in 2018.
jump_at_age.py
example.
variable.csv
file create by the db2csv
command.
In addition, group the start, sale, fit_value, truth, and sam_avg
columns next to each other because they are all values for the model
variables.
test/user/fit_meas_noise.py
during testing
.