問題タブ [parametric-equations]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
92 問題
0
投票する
1
に答える
41
参照
least-squares - 最小二乗法を使用してパラメトリック曲線を適合させる
パラメトリック関数 z(t)=(x(t), y(t)), x=f(t), y=g(t) として表される曲線があります。(多項式関数を使用して) 最小二乗法を使用して近似曲線を見つけたい場合、x に 1 つ、y に 1 つ、または z に 1 つだけ取得する必要がありますか?