Construct a list of knots which gives the maximum allowed spacing between them while maintaining the desired accuracy.
More...
|
| def | lalpulsar.piecewise_model.estimating_knots.setknotarchivepath (path) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.metricelementspacingonl (l, coeffs, mu) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.knotatl (l, s, durmin, durmax, steps, f0, ngte, kgte, mu) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.knotatleff (l, s, negdur, posdur, steps, f0, ngte, kgte, mu, checkfirst=False, recursiondepth=0, ps=None, negcounter=0) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.knotatleffusinggivenknotlist (l, s, negdur, posdur, steps, f0, ngte, kgte, knotslist, mu, checkfirst=False, counter=0, ps=None, negcounter=0, prevdiffvalneg=np.inf) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.addnextknottofile (f0, nmax, kgte, s, mu, steps=30) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.addknottoknotnum (s, knotnum, f0, nmax, kgte, mu, steps=30) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.addknottodur (s, dur, f0, nmax, kgte, mu, steps=30) |
| |
| def | lalpulsar.piecewise_model.estimating_knots.allidealisedknots (s, dur, steps, f0, nmax, kgte, mu, knotnum=0) |
| |
Construct a list of knots which gives the maximum allowed spacing between them while maintaining the desired accuracy.
Definition in file estimating_knots.py.