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
Given a rate, list the table and ages for which the rate occurs.
The text was updated successfully, but these errors were encountered:
Would want to return all of the following in a parseable format:
Also, the function would only be as good as the set of tables loaded. With the relatively small subset of bundled tables, has limited utility.
Sorry, something went wrong.
This now would have a lot more utility since all tables are bundled and parse-able. The return data could be an array of named tuples.
Also, add a keyword argument for tolerance (abs and rel) - maybe just perform the comparison with isapprox
isapprox
No branches or pull requests
Given a rate, list the table and ages for which the rate occurs.
The text was updated successfully, but these errors were encountered: