Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstrobl authored Nov 2, 2022
1 parent 99b7137 commit 022fc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an R package implementing DDR, an algorithm that esimates conditional density functions by transforming the response variable of regression into a set of asymptotically Dirac delta functions using kernel density functions. This allows the user to convert a non-linear regressor into a conditional density estimator. We use kernel ridge regression as the underlying regressor in this implementation.

The academic article describing CCI in detail can be found [here](https://proceedings.mlr.press/v150/strobl21a). Please cite the article if you use any of the code in this repository.
The academic article describing DDR in detail can be found [here](https://proceedings.mlr.press/v150/strobl21a). Please cite the article if you use any of the code in this repository.

# Installation

Expand Down

0 comments on commit 022fc8d

Please sign in to comment.