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?
This PR contains the functionality to resolve #24. The new argument
Y_template
is now implemented forregister_fpca()
(used in the initial registration step only) andregistr()
. Unit tests are included for both functions. Regarding the examples in the help pages, I only included one for theregistr()
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?