perform varimax rotation in python using numpy

前端 未结 3 1626
南笙
南笙 2021-02-13 15:15

I am working on principal component analysis of a matrix. I have already found the component matrix shown below

A = np.array([[-0.73465832 -0.24819766 -0.3204505         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-13 16:03

    I've looked up solutions for doing factor analysis in python on stack-overflow so many times, that I recently made my own package, fa-kit. Even though this is an old post, I'm throwing up this link in case there's anybody else in the future that gets here via google.

提交回复
热议问题