julia-wrobel / registr

Register exponential family curves
Other
16 stars 4 forks source link

Issue 24 - User-specified template function #25

Closed bauer-alex closed 4 years ago

bauer-alex commented 4 years ago

This PR contains the functionality to resolve #24. The new argument Y_template is now implemented for register_fpca() (used in the initial registration step only) and registr(). Unit tests are included for both functions. Regarding the examples in the help pages, I only included one for the registr() function since it's sort of a subordinate functionality.

@julia-wrobel Okay for you, or do you have some more thoughts on the problem of user-specified template functions in the first place?

julia-wrobel commented 4 years ago

Just having the example in the registr help page is ok with me