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 (array_like) – Sampling variance of the parameter

Notes

Sampling variance is standard error squared.