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

Data generating PMF update to double censored #16

Open
seabbs opened this issue Jun 21, 2024 · 0 comments
Open

Data generating PMF update to double censored #16

seabbs opened this issue Jun 21, 2024 · 0 comments

Comments

@seabbs
Copy link
Contributor

seabbs commented Jun 21, 2024

true_cdf <- data.frame(
  delay = 1:26,
  cdf = pdislnorm(1:26, 2, 0.5) / pdislnorm(26, 2, 0.5),
  Method = "Data generating"
)

It might be worth updating this to be the double censored representation so it is closer to the true data generating dist?

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

No branches or pull requests

1 participant