cfit
cfit
オブジェクト用コンストラクター
説明
は、cfun
= cfit(ffun
, coeff1,...,coeffn
)fittype
オブジェクト ffun
と係数値 coeff1
、coeff2
などで指定されたモデル タイプを使用して、cfit
オブジェクト cfun
を作成します。
メモ
fittype
オブジェクトをデータに近似する場合、関数 fit
によって cfit
が呼び出されます。回帰の結果である cfit
オブジェクトを作成するには、fit
を使用します。
近似を "実行せずに" fittype
オブジェクトの係数および問題のパラメーターに値を代入する場合は、cfit
のみを直接呼び出さなければなりません。
Methods of cfit
objects:
argnames | Input argument names of cfit , sfit , or fittype object |
category | Category of fit of cfit , sfit , or fittype object |
cfit | Constructor for cfit 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 |
integrate | Integrate cfit 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 |
setoptions | Set model fit options |
type | Name of cfit , sfit , or fittype object |
例
入力引数
出力引数
バージョン履歴
R2006a より前に導入