![]() |
GLASS
Global LISA Analysis Software Suite
|
Hierarchical structure of UCB model. More...
#include <glass_ucb_model.h>
Public Attributes | |
struct Noise * | noise |
Noise parameters. | |
struct Calibration * | calibration |
Calibration parameters. | |
Source parameters | |
int | Nmax |
maximum number of signals in model | |
int | Neff |
effective maximum number of signals during burn in | |
int | Nlive |
current number of signals in model | |
struct Source ** | source |
source structures for each signal in the model | |
TDI structures | |
struct TDI * | tdi |
joint signal model | |
struct TDI * | residual |
joint residual | |
Segment start time | |
double | t0 |
start time | |
Source parameter priors | |
double ** | prior |
upper and lower bounds for uniform priors \( [\theta_{\rm min},\theta_{\rm max}]\) | |
double * | logPriorVolume |
prior volume \( -\Sum \log(\theta_{\rm max}-\theta_{\rm min})\) | |
Model likelihood | |
double | logL |
unnormalized log likelihood \( -(d-h|d-h)/2 \) | |
double | logLnorm |
normalization of log likelihood \( \propto -\log \det C \) | |
Hierarchical structure of UCB model.