cfit
Constructor del objeto cfit
Descripción
construye el objeto cfun
= cfit(ffun
, coeff1,...,coeffn
)cfit
cfun
usando el tipo de modelo especificado por el objeto fittype
ffun
y los valores de coeficientes coeff1
, coeff2
, etc.
Nota
La función fit
llama a cfit
cuando ajusta los objetos fittype
a los datos. Para crear un objeto cfit
que sea el resultado de una regresión, use fit
.
Solo debería llamar directamente a cfit
si desea asignar valores a los coeficientes y parámetros de problemas de un objeto fittype
sin realizar un ajuste.
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 |
Ejemplos
Argumentos de entrada
Argumentos de salida
Historial de versiones
Introducido antes de R2006a