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 test scripts for custom censored distributions #9

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

mtwesley
Copy link
Owner

@mtwesley mtwesley commented Nov 25, 2024

Add separate test scripts for each custom censored distribution.

  • Add tests/testthat/test-normal_censored.R for normal_censored distribution.
  • Add tests/testthat/test-lognormal_censored.R for lognormal_censored distribution.
  • Add tests/testthat/test-student_censored.R for student_censored distribution.
  • Add tests/testthat/test-gamma_censored.R for gamma_censored distribution.
  • Add tests/testthat/test-exponential_censored.R for exponential_censored distribution.
  • Add tests/testthat/test-weibull_censored.R for weibull_censored distribution.
  • Add tests/testthat/test-pareto_censored.R for pareto_censored distribution.
  • Add tests/testthat/test-beta_censored.R for beta_censored distribution.
  • Delete tests/testthat/test-censored.R.

For more details, open the Copilot Workspace session.

Add separate test scripts for each custom censored distribution.

* Add `tests/testthat/test-normal_censored.R` for `normal_censored` distribution.
* Add `tests/testthat/test-lognormal_censored.R` for `lognormal_censored` distribution.
* Add `tests/testthat/test-student_censored.R` for `student_censored` distribution.
* Add `tests/testthat/test-gamma_censored.R` for `gamma_censored` distribution.
* Add `tests/testthat/test-exponential_censored.R` for `exponential_censored` distribution.
* Add `tests/testthat/test-weibull_censored.R` for `weibull_censored` distribution.
* Add `tests/testthat/test-pareto_censored.R` for `pareto_censored` distribution.
* Add `tests/testthat/test-beta_censored.R` for `beta_censored` distribution.
* Delete `tests/testthat/test-censored.R`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/mtwesley/greta.censored?shareId=XXXX-XXXX-XXXX-XXXX).
@mtwesley mtwesley merged commit 8685b1b into main Nov 25, 2024
0 of 5 checks passed
@mtwesley mtwesley deleted the add-test-scripts branch November 25, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant