It would be good to specify in the code the type of covariance estimator used by the Normality class.
Further in the future it would be good to add the capability to switch types of covariance estimator to the Normality reconciliator with a covariance_type input.
This could be a worthwile addition, also for MinT-shrink, where we could have users choose the shrunk covariance estimator, e.g. based on Sklearn's covariance estimators.
It would be good to specify in the code the type of covariance estimator used by the
Normality
class. Further in the future it would be good to add the capability to switch types of covariance estimator to theNormality
reconciliator with acovariance_type
input.