回帰平面の求め方について
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
flower
el 16 de Dic. de 2022
Comentada: flower
el 28 de Abr. de 2023
3次元plot座標における回帰平面の求め方が分かりません。
ax + by + cz + d = 0
の求め方が知りたいです。
regress関数を用いてできまるのでしょうか?
0 comentarios
Respuesta aceptada
covao
el 24 de Abr. de 2023
Statistics and Machine Learning Toolboxのregress関数を用いることも可能ですが、このToolboxを使用せずに回帰平面を求めるサンプルスクリプトが以下にあります。
Más respuestas (0)
Ver también
Categorías
Más información sobre 線形回帰 en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!