Single detector, noise-only =========================== Here we compare ``lalpulsar_parameter_estimation_nested`` with ``cwinpy`` in the case of simulated Gaussian noise from a single detector (H1 in this case). 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/single_detector_noise_only_corner.png .. include:: scripts/outputs/single_detector_noise_only_compare.txt .. _page: .. literalinclude:: scripts/single_detector_noise_only.py :language: python