Skip to content

Conversation

@ndem0
Copy link
Member

@ndem0 ndem0 commented May 18, 2017

  • implement polyharmonic spline
  • add the tests for the new function
  • add power parameter for RBFParameter
  • adjust the parameter files
  • clean some docstrings

@ndem0 ndem0 force-pushed the polyharmonic branch 2 times, most recently from fa3ee08 to 3f8fd92 Compare May 19, 2017 08:31
pygem/radial.py Outdated
if k & 1: return power(r_sc, k) # k odd

# Here, k is even
if r < 1: return power(r_sc, k-1) * np.log(power(r_sc, r_sc))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here the correct check is: if r_sc < 1

@ndem0 ndem0 force-pushed the polyharmonic branch 3 times, most recently from ae9200b to 8cb79f5 Compare May 19, 2017 13:38
- implement polyharmonic spline
- add the tests for the new function
- add `power` parameter for RBFParameter
- adjust the parameter files
- clean some docstrings
@mtezzele mtezzele merged commit b390b6a into mathLab:master May 23, 2017
@ndem0 ndem0 deleted the polyharmonic branch May 31, 2017 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants