Skip to content

Commit

Permalink
Update TODO list - c-optimality
Browse files Browse the repository at this point in the history
  • Loading branch information
chikuang committed Jun 6, 2024
1 parent 401ca4c commit c3cbc69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ my_design$val
+ [x] Version update for the develop version
+ [x] Improve the computational speed by vectorizing the code, and remove loops
+ [x] Remove the unnecessary dependence: tibble, gridExtra, graphics and stats
+ [ ] Add c-optimality criterion
+ [ ] Python and Julia version of the package, which are expected to be faster than in R
+ [ ] Merge the functions that compute the directional derivatives. Maybe adding an extra argument to indicate the design criterion used.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ estimator
================
*Chi-Kuang Yeh, Julie Zhou, Jason Hou-Liu*

*May 30, 2024*
*June 06, 2024*

<!-- badges: start -->

Expand Down Expand Up @@ -197,6 +197,7 @@ my_design$val
remove loops
- [x] Remove the unnecessary dependence: tibble, gridExtra, graphics and
stats
- [ ] Add c-optimality criterion
- [ ] Python and Julia version of the package, which are expected to be
faster than in R
- [ ] Merge the functions that compute the directional derivatives.
Expand Down

0 comments on commit c3cbc69

Please sign in to comment.