We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using large vectors, the yardstick::ppv_vec and yardstick::npv_vec get really slow, see below an example with vectors of length 50k:
yardstick::ppv_vec
yardstick::npv_vec
Remove those functions and use formulas to calculate the PVs.
The text was updated successfully, but these errors were encountered:
#8: remove yardstick
017e0c0
#8: version bump
5ab83b8
#8: update sensSpec plot and calculation in a similar fashion as in #7
ee12893
#8: remove yardstick (#9)
43f542e
Close #8
Successfully merging a pull request may close this issue.
When using large vectors, the
yardstick::ppv_vec
andyardstick::npv_vec
get really slow, see below an example with vectors of length 50k:Remove those functions and use formulas to calculate the PVs.
The text was updated successfully, but these errors were encountered: