RobustiPy / robustipy

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

OLS regression - 1-th leading minor of the array is not positive definite imply #2

Closed vallerrr closed 5 months ago

vallerrr commented 5 months ago

error occurred when setting replace = False in the union example

union_robust.fit(controls=c,draws=200,replace=False)

image

dhvalden commented 5 months ago

fixed byt removing the argument replace for all functions

crahal commented 5 months ago

We might want to instead consider keeping replace==True, and try\excepting this with np.nans in the exceptions, but I'll leave it as closed for now.