nimare.transforms.t_and_varcope_to_beta

t_and_varcope_to_beta(t, varcope)[source]

Convert t-statistic to parameter estimate using sampling variance.

New in version 0.0.3.

Parameters:
  • t (array_like) – T-statistics of the parameter

  • varcope (array_like) – Sampling variance of the parameter

Returns:

beta – Parameter estimates

Return type:

array_like