nimare.transforms.se_to_varcope

se_to_varcope(se)[source]

Convert standard error values to sampling variance.

New in version 0.0.3.

Parameters:

se (array_like) – Standard error of the sample parameter

Returns:

varcope – Sampling variance of the parameter

Return type:

array_like

Notes

Sampling variance is standard error squared.