Metadata-Version: 2.1
Name: ci-rvm
Version: 0.10.0b3
Summary: An algorithm to find profile likelihood confidence intervals
Home-page: https://github.com/vemomoto/vemomoto
Author: Samuel M. Fischer
License: LGPLv3
Project-URL: Bug Tracker, https://github.com/vemomoto/vemomoto/issues
Project-URL: Documentation, https://vemomoto.github.io/ci_rvm
Project-URL: Source Code, https://github.com/vemomoto/vemomoto/tree/master/ci_rvm
Project-URL: Publication, https://link.springer.com/article/10.1007/s11222-021-10012-y
Keywords: confidence interval,likelihood,profile likelihood
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# A Robust and Efficient Method to Find Profile Likelihood Confidence Intervals

This package provides an implementation of a robust and efficient method to
compute profile likelihood confidence intervals developed by [Fischer and Lewis (2021)][PAP]. 
If you use this package in research that leads to a scientific publication, 
we kindly ask you to cite the paper.

The package is licensed under the [LGPL-v3][LGPL]. For documentation please refer to
[the project's documentation page on github][DOC]. Please report any bugs on 
[the project's bug tracker][BUG]. You are welcome to adjust the provided
files to your needs and to improve the code. It is encouraged that you share any 
improvements on [the github page][GIT] if possible.

[PAP]: https://link.springer.com/article/10.1007/s11222-021-10012-y
[LGPL]: https://opensource.org/licenses/lgpl-3.0.html
[DOC]: https://vemomoto.github.io/ci_rvm.html
[GIT]: https://github.com/vemomoto/vemomoto/
[BUG]: https://github.com/vemomoto/vemomoto/issues
