lmoffatt / macro_dr

GNU General Public License v3.0
1 stars 1 forks source link

Macror algorithm selection was not working #100

Open lmoffatt opened 7 months ago

lmoffatt commented 7 months ago

Sometime long ago, when Macror was refactored, only Macror_R was implemented, besides having the

           uses_recursive_aproximation recursive,
            uses_averaging_aproximation averaging,
            uses_variance_aproximation variance,
            uses_variance_correction_aproximation variance_correction,

template variables.

So, we have to make them functional again.

lmoffatt commented 7 months ago

Lets try to make it work clearly.