nimare.transforms
.z_to_t
- z_to_t(z_values, dof)[source]
Convert z-statistics to t-statistics.
Added in version 0.0.3.
An inversion of the t_to_z implementation of Hughett[1] from Vanessa Sochat’s TtoZ package [2].
- Parameters:
z_values (array_like) – Z-statistics
dof (int) – Degrees of freedom
- Returns:
t_values – T-statistics
- Return type:
array_like
References