a.estimate and b.estimate is almost identical function. a.estimate is the function
used to obtain the estimated values of $a$, i.e. $\hat a$ for the off-pulse interval of a pulsar light curve. b.estimate is the function
used to obtain the estimated values of $b$, i.e. $\hat b$, for the off-pulse interval of a pulsar light curve.b.estimate(data, to = 1, min_points, alpha = 0.05, g = 1, r = 1)g observations after
every iteratr
must therefore be linked to the choice of g as explained above. For smaller values
of gg and the value of r.## This function is to be used inside the wrapper function SOPIE
simdata<-von_mises_sim(n=5000,k=1,c=0.3,noise=0.2)
SOPIE(simdata,h=1,to=1,alpha=0.05,g=5,r=10,m=1,grid=100)Run the code above in your browser using DataLab