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.
二項方程式 (d= a0 + a1 * t + a2 * t*t) を最小二乗法 (Xcap=(A^TA)^-1 A^TL) で解いてみます。「JAMA」ライブラリを使用しています。行列の作成と計算 (A: 設計行列、Xcap: 未知パラメータ行列、L: 測定行列)。そのため、文字列変数を使用して計画マトリックスのエントリを設定できません。アイデアを教えてください。