Closed dewittpe closed 10 months ago
The problem is that when the fit is nearly perfect the vcov matrix is not returned from coef_vcov and that leads to errors when calculating the test_statistics.
coef_vcov
This is the cause of the error on Linux system in #57
fixed in 2c32749
The problem is that when the fit is nearly perfect the vcov matrix is not returned from
coef_vcov
and that leads to errors when calculating the test_statistics.This is the cause of the error on Linux system in #57