nimare.transforms.t_to_beta

t_to_beta(t, var)[source]

Convert t-statistic to parameter estimate using sampling variance.

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

  • var (array_like) – Sampling variance of the parameter

Returns

pe (array_like) – Parameter estimates