sanssouci-org / sanssouci.python

Post hoc inference via multiple testing
GNU General Public License v3.0
6 stars 3 forks source link

Consistentcy of I/O for linear template #15

Closed pneuvial closed 3 years ago

pneuvial commented 3 years ago

Currently the arguments of the functions t_inv_linear and t_linear do not work with object of the same shape. The implementation should be updated so that $t_inv o t = identity$.

pneuvial commented 3 years ago

Due to constraints on the dimension of the input/outputs we are not yet at "$t_inv o t = identity$" but close enough after #22