nimare.transforms.t_and_beta_to_varcope

t_and_beta_to_varcope(t, beta)[source]

Convert t-statistic to sampling variance using parameter estimate.

New in version 0.0.4.

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

  • beta (array_like) – Parameter estimates

Returns:

varcope – Sampling variance of the parameter

Return type:

array_like