Tue May 20 21:22:05 2025 cosine_transform_test() python version: 3.10.12 numpy version: 1.26.4 Test cosine_transform(). cosine_transform_data_test(): cosine_transform_data() does a cosine transform of data defined by a vector. Apply the transform, then its inverse. Let R be a random N vector. Let S be the transform of D. Let T be the transform of E. Then R and T will be equal. I R(I) S(I) T(I) 0 0.556550 2.088772 0.556550 1 0.486008 0.282333 0.486008 2 0.447161 -0.143977 0.447161 3 0.861405 -0.016546 0.861405 4 0.505347 -0.222568 0.505347 5 0.265209 0.297826 0.265209 6 0.377356 0.303977 0.377356 7 0.798709 -0.296084 0.798709 8 0.084210 0.125971 0.084210 9 0.288679 -0.260815 0.288679 cosine_transform_test(): Normal end of execution. Tue May 20 21:22:05 2025