Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/pyrdd.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# pyrdd

`pyrdd` is a refactor of the excellent [
`rdrobust`](https://github.com/rdpackages/rdrobust) to provide the same
tools for regression discontinuity designs (RDD) with improved performance, compatibility
and maintainability.

`pyrdd`'s key features are:

* performance: `pyrdd` is orders of magnitudes faster than `rdrobust`
* compatibility: `pyrdd` has minimal dependencies and is compatible
with `numpy >= 2.0`
* maintainability: `pyrdd` is tested against `rdrobust`, uses modern Python tooling and is
fully type-checked using [
`ty`](https://github.com/astral-sh/ty)

![Benchmarks](benchmarks/benchmark.svg)
70 changes: 35 additions & 35 deletions benchmarks/benchmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading