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.
この方程式を一連のデータ (x,y) に適合させるにはどうすればよいですか
y = a x ^ b + c
最小二乗誤差法 (Maple ソフトウェア) と低電力を試しましたが、うまくいきません!
解決しました!
Y = a x ^ b ; Y = y-c
したがって、「c」がわかっている場合、「a」と「b」は最小二乗法から取得できます。したがって、誤差は「c」の関数として計算できます。(「a」または「b」ではなく、「c」のみ)
いいえ、二乗誤差を最小限に抑える必要があります。魔女は「c」のみの関数です。 これを数値法で解くことができます。