sfit
sfit オブジェクト用コンストラクター
説明
は、surfacefit = sfit(fittype,coeff1,...,coeffn)fittype オブジェクトと係数値 coeff1、coeff2 などで指定されたモデル タイプを使用して、sfit オブジェクト surfacefit を作成します。
sfit オブジェクトは曲面近似の結果をデータにカプセル化します。それらは通常、関数 fit を呼び出すことで、または対話的に曲線フィッター アプリから近似をワークスペースにエクスポートすることで作成されます。sfit オブジェクトの係数プロパティを取得および設定できます。
sfit オブジェクトを、X と Y の値で曲面を予測または評価する関数として扱うことができます。
cfit クラスと同様に、sfit はすべての fittype メソッドを継承します。
メモ
fittype オブジェクトをデータに近似する場合、関数 fit によって sfit が呼び出されます。回帰の結果である sfit オブジェクトを作成するには、fit を使用します。
近似を "実行せず" に fittype オブジェクトの係数および問題のパラメーターに値を代入する場合のみ、sfit を直接呼び出さなければなりません。
Methods of sfit objects :
| argnames | Input argument names of cfit, sfit, or fittype object |
| category | Category of fit of cfit, sfit, or fittype object |
| coeffnames | Coefficient names of cfit, sfit, or fittype object |
| coeffvalues | Coefficient values of cfit or sfit object |
| confint | Confidence intervals for fit coefficients of cfit or sfit object |
| dependnames | Dependent variable of cfit, sfit, or fittype object |
| differentiate | Differentiate cfit or sfit object |
| formula | Formula of cfit, sfit, or fittype object |
| indepnames | Independent variable of cfit, sfit, or fittype object |
| islinear | Determine if cfit, sfit, or fittype object is linear |
| numargs | Number of input arguments of cfit, sfit, or fittype object |
| numcoeffs | Number of coefficients of cfit, sfit, or fittype object |
| probnames | Problem-dependent parameter names of cfit, sfit, or fittype object |
| probvalues | Problem-dependent parameter values of cfit or sfit object |
| quad2d | Numerically integrate sfit object |
| setoptions | Set model fit options |
| sfit | Constructor for sfit object |
| type | Name of cfit, sfit, or fittype object |
例
入力引数
出力引数
バージョン履歴
R2009a で導入