Method Of Least Squares (MOLS) for matching a piecewise model to the general torque equation (GTE). More...
Prototypes | |
def | lalpulsar.piecewise_model.mols_for_gte.bvec (points, f0, ngte, kgte) |
def | lalpulsar.piecewise_model.mols_for_gte.rowofa (point, coeffs, s) |
def | lalpulsar.piecewise_model.mols_for_gte.a (points, coeffs, s) |
def | lalpulsar.piecewise_model.mols_for_gte.pmat (mat) |
def | lalpulsar.piecewise_model.mols_for_gte.ata (mat) |
def | lalpulsar.piecewise_model.mols_for_gte.sols (coeffs, ppint, s, f0, ngte, kgte, conditioning=True) |
def | lalpulsar.piecewise_model.mols_for_gte.solsbyint (params, s) |
def | lalpulsar.piecewise_model.mols_for_gte.solsbetweenknots (knotnuma, knotnumb, coeffs, ppint, s, f0, ngte, kgte, conditioning=True) |
def | lalpulsar.piecewise_model.mols_for_gte.modelvalueatpoint (point, coeffs, params, ignoreintcheck=False, singleseg=False) |
def | lalpulsar.piecewise_model.mols_for_gte.phase (point, coeffs, params, ignoreintcheck=False) |
def | lalpulsar.piecewise_model.mols_for_gte.errorvalueatpoint (point, coeffs, params, f0, ngte, kgte) |
Method Of Least Squares (MOLS) for matching a piecewise model to the general torque equation (GTE).
Definition in file mols_for_gte.py.
Go to the source code of this file.
Namespaces | |
namespace | lalpulsar |
namespace | lalpulsar.piecewise_model |
namespace | lalpulsar.piecewise_model.mols_for_gte |
Variables | |
list | lalpulsar.piecewise_model.mols_for_gte.points = [] |