Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スタンは機能を提供します
vector eigenvalues_sym(matrix A) matrix eigenvectors_sym(matrix A)
対称行列 A の固有値と固有ベクトルを取得しますが、行列が非対称の場合はどうでしょうか? 固有値と固有ベクトルを取得できますか? また、正しい固有ベクトルを取得しているかどうかをテストする方法はありますか? Stan プログラムの一部をテストするにはどうすればよいですか?