-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed call to logistic kernel in exp_power now exponential power kernel is found and logistic kernel works as intended * correct power law CDF * swapped shape and scale parameter in power law distribution call. fixes power law distribution in #123 * simplified PDF and removed - in exp. * simplified log normal cdf using erf function. * revert cdf for tests * add negative in lognormal PDF * revert cdf * simplified cdf using complimentary error function * fixed missing semicolon * Adding/updated tests and changing gamma.cdf added tests to test_deterministic Fixing gamma kernel call reverting log normal for gamma tests removing line in gamma fixing problem in deterministic test fix problem in exponential power adding tests for log normal * updated approximation for inverse erf * updated results for power law tests * updated power law test results * updated formula for exponential_power.icdf updated inverse erf approximation in normal * updated exponential power test * fixing error in exponential power test * updating gamma kernel icdf * fixed error in gamma kernel * Update test_deterministic.cpp * Update radial_kernel.hpp revert power-law call back to distance then shape. Co-authored-by: MargaretLawrimore <margaret.lawrimore@gmail.com>
- Loading branch information
1 parent
c4b44b6
commit f715f27
Showing
8 changed files
with
172 additions
and
42 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
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
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
Oops, something went wrong.