Multiple detectors, noise-only ============================== Here we compare ``lalpulsar_parameter_estimation_nested`` with ``cwinpy`` in the case of simulated Gaussian noise from multiple detectors (H1, L1 and V1). The parameters being estimated are :math:`h_0`, :math:`\phi_0`, :math:`\psi` and :math:`\cos{\iota}`, all with uniform priors. The script for this comparison, using the `dynesty `_ nested sampling algorithm, is shown at the bottom of the page_. It produces the following comparison data: .. image:: scripts/outputs/multi_detector_noise_only_corner.png .. include:: scripts/outputs/multi_detector_noise_only_compare.txt .. _page: .. literalinclude:: scripts/multi_detector_noise_only.py :language: python