SOPIE is a wrapper-function that utilises findh, circ.kernel, a.estimate
and b.estimate to produce the estimated off-pulse intervals in an easy readable matrix format, together with
a graph.SOPIE(data, h = 1, to = 1, alpha = 0.05, g = 20, r = 10, m = 1, grid = 512)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.findh, circ.kernel, a.estimate
and b.estimate to produce
the estimated off-pulse intervals of a pulsar light curve in an easy readable matrix format, together with
a graph consisting of the histogram estimate of the sample data, the kernel density
estimator, and a visual representation of the estimated off-pulse intervals.set.seed(777)
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)
data(crab)
SOPIE(crab)
data(J1709)
SOPIE(J1709)Run the code above in your browser using DataLab