-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
870bd51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just in case, the whole
approximation/
folder is outdated and we don't really use anything from that, butGaussHermite
approximation forGCV
node. I even have a very old issue about that #27 . I think its a good place for improvement, the main method that needs to be supported isapproximate_meancov
. Maybe there is a package for all of these methods that do support smith likeapproximate_meancov
.approximate_meancov
computesmean
andcov
of point wise multiplication of someFunction
and somedistribution
.