CosmicFish  Reference documentation for version 1.0
Looking into future Cosmology
Modules | Functions/Subroutines
011_Fisher_calculator_RD.f90 File Reference

This file contains the code that computes the Fisher matrix for Redshift Drift. Reference paper: http://arxiv.org/abs/1210.7166. More...

Go to the source code of this file.

Modules

module  fisher_calculator_rd
 This module contains the code that computes the Fisher matrix for Redshift Drift.
 

Functions/Subroutines

subroutine, public fisher_calculator_rd::rd_theo_calc (P, FP, redrift, err)
 This subroutine returns the theoretical prediction of redshift drift given the input cosmological parameters and the observation interval given in specifications. More...
 
subroutine, public fisher_calculator_rd::rd_error_calc (P, FP, RDsigma, err)
 
subroutine, public fisher_calculator_rd::save_rd_mock_to_file (FP, mock_size, RD_theory, RD_error, filename)
 This subroutine outputs to file a SN covariance. More...
 
subroutine, public fisher_calculator_rd::rd_derivativecalc (P, FP, param_num, deltav_derivative, deltav_der_error, deltav_initial, initial_step, num_param, error_code)
 This subroutine computes the derivative of the observed redshift drift signal. The calculation is carried out with a fixed stepsize finite difference formula or by the Richardson’s deferred approach to the limit. More...
 
subroutine, public fisher_calculator_rd::fisher_rd (P, FP, num_param, Fisher_Matrix, outroot)
 This subroutine computes the Fisher matrix for redshift drift. More...
 

Detailed Description

This file contains the code that computes the Fisher matrix for Redshift Drift. Reference paper: http://arxiv.org/abs/1210.7166.

Definition in file 011_Fisher_calculator_RD.f90.