You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
There are 5 distributions that don't work as intended:
The text was updated successfully, but these errors were encountered: