Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional statistics to the analysis of simulation output #656

Closed
0liver0815 opened this issue Jul 26, 2023 · 1 comment · Fixed by #663
Closed

Add additional statistics to the analysis of simulation output #656

0liver0815 opened this issue Jul 26, 2023 · 1 comment · Fixed by #663
Assignees
Labels
enhancement New feature or request

Comments

@0liver0815
Copy link
Collaborator

Add median MTD and CV to simulation output, see issue #94

@0liver0815 0liver0815 added the enhancement New feature or request label Jul 26, 2023
@0liver0815 0liver0815 self-assigned this Jul 26, 2023
@0liver0815
Copy link
Collaborator Author

The calculation is done as follows:

  1. After the final simulation run (stop criteria is hit), the dose that corresponds to the target is derived for each sample, .
  2. In case that the target is an interval, the mean of the interval is used as target.
  3. The median of the doses and the CV are derived and written to the simulation output.
  4. In the summary method, the median of the medians and the mean of the CV over all simulated studies is derived.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants