Bayesian Alignment¶
The following functions align functional data in the srsf framework using a Bayesian approach. These functions are experimental and results are not fully tested
Alignment¶
-
pair_warping_baye(f1, f2; iter=15000, times=5, powera=1)¶ Compute pair warping between two functions using Bayesian method
f1, f2vectors describing functionsiternumber of iterationstimesMCMC parameterpoweraMCMC parameter
Returns Dict containing:
f1function f1,f2_qsrsf registration,gam_qwarping funtion,f2aregistered f2,gamwarping function,dist_collectdistance,best_matchbest match,
-
group_warping_bayes(f; iter=20000, times=5, powera=1)¶ Group alignment of functions using Bayesian method
farray (M,N) of N functions,iternumber of MCMC iterations,timestime slicing,poweraMCMC parameter,
Returns Dict containing:
f_qregistered srvfsgam_qwarping functionsf_aregistered functionsgam_awarping functions