Slackbot
09/08/2023, 2:33 AMKin Gtz. Olivares
09/08/2023, 8:20 AM# MinT along other methods require a positive definite covariance matrix
# for the residuals, when dealing with 0s as residuals the methods break
# data is augmented with minimal normal noise to avoid this error.
Y_df['y'] = Y_df['y'] + np.random.normal(loc=0.0, scale=0.01, size=len(Y_df))
BWBarber
09/08/2023, 1:58 PMBWBarber
09/18/2023, 11:33 PM