pspec_likelihood.likelihood.DataModelInterface.discretize_systematics#

DataModelInterface.discretize_systematics(z: float, sys_params: Sequence[float] | dict[str, float]) tuple[Quantity, Quantity][source]#

Compute the discretized systematic power.

This outputs the value of the the systematic model over each cylindrical or spherical k-bin.

Parameters:
  • z – The redshift

  • sys_params – sequence of parameters passed to the systematics function

Returns:

list of systematics values corresponding to the bins

Return type:

results