Skip to content

Commit

Permalink
updating TO-DO
Browse files Browse the repository at this point in the history
  • Loading branch information
syclik committed Sep 28, 2012
1 parent 4d93721 commit a9b4349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TO-DO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Bug Fixes:
-- indexing fixed for arrays of matrix/vector/row_vector
-- fixed sd() and variance() to return 0.0 for sequences of size 1
-- fixed void return type in auto_covariance
-- boundary conditions at limits of support for cdfs
-- patch truncation to return -inf for variates out of range
-- upgraded BUGS ring model to use constraints plus tan2()

Expand Down Expand Up @@ -152,6 +151,7 @@ C++ API
- normalize sample to zero sample mean, unit sample variance

* cumulative distribution functions
- boundary conditions at limits of support for cdfs
- should we have the basic cdfs on the log scale?
- need for truncated distros mostly
foo_cdf_lb_log(L|...) == log(1 - foo_cdf(L|...))
Expand Down

0 comments on commit a9b4349

Please sign in to comment.