Tue Jun 21 22:18:29 2022 asa053_test(): Python version: 3.6.9 Test asa053(). asa053_test01(): Generate a single Wishart deviate. The number of variables is 3 The number of degrees of freedom is 1 The upper Cholesky factor: Col: 1 2 3 Row 1 : 3 2 1 2 : 4 2 3 : 5 The sample matrix: Col: 0 1 2 Row 0 : 46.4508 -0.956288 4.50751 1 : -0.956288 0.0360545 0.361797 2 : 4.50751 0.361797 13.0636 asa053_test02(): Average many Wishart deviates. Compare to D * D * npp / n. The number of variables is 3 The number of degrees of freedom is 2 The upper Cholesky factor: Col: 1 2 3 Row 1 : 3 2 1 2 : 4 2 3 : 5 The averaged matrix: Col: 0 1 2 Row 0 : 13.4675 8.94864 4.47059 1 : 8.94864 29.9447 14.9363 2 : 4.47059 14.9363 44.9683 Expected results: [[13.5 9. 4.5] [ 9. 30. 15. ] [ 4.5 15. 45. ]] asa053_test(): Normal end of execution. Tue Jun 21 22:18:33 2022