How to curve fit 4D data?
21 ビュー (過去 30 日間)
古いコメントを表示
Hello :D
I am using Surface fitting toolbox to curve fit 3 dimesional data. Until now, I have 3 variables (X, Y and Z), and i can fit with no problems, and avaliate the goodnes of fit.
But now, I need to put there one more variable (T), and will be 4 dimensional. Any ideia how to fit that to obtain a mathematical expression, and avaliate the goodnes of fit?
Thank you
0 件のコメント
採用された回答
Ahmet Cecen
2015 年 4 月 27 日
If your curves will be polynomials, try my FEX function MultiPolyRegress. It also provides a fairly rich set of goodness of fit measures.
0 件のコメント
その他の回答 (1 件)
Sean de Wolski
2015 年 4 月 27 日
Statistics Toolbox provides fitnlm which will fit in N-D for you.
3 件のコメント
Sean de Wolski
2015 年 4 月 28 日
These are newer functions that provide similar functionality to nlinfit or mvregress
参考
カテゴリ
Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!