Navigation
index
modules
|
symfit 0.3.7 documentation
»
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
_
__call__() (symfit.core.argument.Parameter method)
(symfit.core.fit.CallableModel method)
(symfit.core.fit.ODEModel method)
(symfit.core.support.keywordonly method)
__eq__() (symfit.core.fit.BaseModel method)
__getattr__() (symfit.core.fit.ParameterDict method)
__getitem__() (symfit.core.fit.BaseModel method)
(symfit.core.fit.ODEModel method)
(symfit.core.fit.ParameterDict method)
__init__() (symfit.contrib.interactive_guess.interactive_guess.InteractiveGuess2D method)
(symfit.core.argument.Parameter method)
(symfit.core.fit.BaseModel method)
(symfit.core.fit.Constraint method)
(symfit.core.fit.FitResults method)
(symfit.core.fit.LinearLeastSquares method)
(symfit.core.fit.Minimize method)
(symfit.core.fit.ODEModel method)
(symfit.core.fit.TakesData method)
(symfit.core.fit.TaylorModel method)
(symfit.core.support.deprecated method)
__iter__() (symfit.core.fit.BaseModel method)
(symfit.core.fit.ODEModel method)
(symfit.core.fit.ParameterDict method)
__len__() (symfit.core.fit.BaseModel method)
(symfit.core.fit.ParameterDict method)
__str__() (symfit.contrib.interactive_guess.interactive_guess.InteractiveGuess2D method)
(symfit.core.fit.FitResults method)
(symfit.core.fit.Model method)
(symfit.core.fit.TaylorModel method)
A
Argument (class in symfit.core.argument)
B
BaseFit (class in symfit.core.fit)
BaseModel (class in symfit.core.fit)
best_fit_params() (symfit.core.fit.LinearLeastSquares method)
bounds (symfit.core.fit.BaseModel attribute)
C
cache() (in module symfit.core.support)
call() (in module symfit.core.operators)
CallableModel (class in symfit.core.fit)
chi (symfit.core.fit.Model attribute)
chi_jacobian (symfit.core.fit.Model attribute)
chi_squared (symfit.core.fit.Model attribute)
chi_squared_jacobian (symfit.core.fit.Model attribute)
ConstrainedNumericalLeastSquares (class in symfit.core.fit)
Constraint (class in symfit.core.fit)
covariance() (symfit.core.fit.FitResults method)
covariance_matrix (symfit.core.fit.ParameterDict attribute)
covariance_matrix() (symfit.core.fit.HasCovarianceMatrix method)
(symfit.core.fit.LinearLeastSquares method)
D
D (class in symfit.core.support)
dependent_data (symfit.core.fit.TakesData attribute)
deprecated (class in symfit.core.support)
E
error_func() (symfit.core.fit.BaseFit method)
(symfit.core.fit.ConstrainedNumericalLeastSquares method)
(symfit.core.fit.Likelihood method)
(symfit.core.fit.Minimize method)
(symfit.core.fit.NumericalLeastSquares method)
eval_components() (symfit.core.fit.CallableModel method)
(symfit.core.fit.Model method)
(symfit.core.fit.ODEModel method)
eval_jacobian() (symfit.core.fit.BaseFit method)
(symfit.core.fit.ConstrainedNumericalLeastSquares method)
(symfit.core.fit.Likelihood method)
(symfit.core.fit.Minimize method)
(symfit.core.fit.Model method)
execute() (symfit.contrib.interactive_guess.interactive_guess.InteractiveGuess2D method)
(symfit.core.fit.BaseFit method)
(symfit.core.fit.ConstrainedNumericalLeastSquares method)
(symfit.core.fit.Fit method)
(symfit.core.fit.LinearLeastSquares method)
(symfit.core.fit.NonLinearLeastSquares method)
(symfit.core.fit.NumericalLeastSquares method)
Exp() (in module symfit.distributions)
F
Fit (class in symfit.core.fit)
FitResults (class in symfit.core.fit)
G
Gaussian() (in module symfit.distributions)
get_stdev() (symfit.core.fit.ParameterDict method)
get_value() (symfit.core.fit.ParameterDict method)
H
HasCovarianceMatrix (class in symfit.core.fit)
I
independent_data (symfit.core.fit.TakesData attribute)
infodict (symfit.core.fit.FitResults attribute)
initial_guesses (symfit.core.fit.TakesData attribute)
InteractiveGuess2D (class in symfit.contrib.interactive_guess.interactive_guess)
is_linear() (symfit.core.fit.LinearLeastSquares static method)
iterations (symfit.core.fit.FitResults attribute)
J
jacobian (symfit.core.fit.Constraint attribute)
(symfit.core.fit.Model attribute)
jacobian() (in module symfit.core.support)
K
key2str() (in module symfit.core.support)
keys() (symfit.core.fit.ParameterDict method)
keywordonly (class in symfit.core.support)
L
Likelihood (class in symfit.core.fit)
LinearLeastSquares (class in symfit.core.fit)
M
Maximize (class in symfit.core.fit)
Minimize (class in symfit.core.fit)
Model (class in symfit.core.fit)
model (symfit.core.fit.Fit attribute)
ModelError
N
NonLinearLeastSquares (class in symfit.core.fit)
numerical_chi (symfit.core.fit.Model attribute)
numerical_chi_jacobian (symfit.core.fit.Model attribute)
numerical_chi_squared (symfit.core.fit.Model attribute)
numerical_chi_squared_jacobian (symfit.core.fit.Model attribute)
numerical_components (symfit.core.fit.Constraint attribute)
(symfit.core.fit.Model attribute)
numerical_jacobian (symfit.core.fit.Constraint attribute)
(symfit.core.fit.Model attribute)
NumericalLeastSquares (class in symfit.core.fit)
O
ODEModel (class in symfit.core.fit)
P
p0 (symfit.core.fit.TaylorModel attribute)
Parameter (class in symfit.core.argument)
ParameterDict (class in symfit.core.fit)
parameters() (in module symfit.core.support)
params (symfit.core.fit.FitResults attribute)
(symfit.core.fit.TaylorModel attribute)
R
r_squared (symfit.core.fit.FitResults attribute)
r_squared() (in module symfit.core.fit)
RequiredKeyword (class in symfit.core.support)
RequiredKeywordError
S
scipy_constraints (symfit.core.fit.Minimize attribute)
seperate_symbols() (in module symfit.core.support)
shared_parameters (symfit.core.fit.BaseModel attribute)
sigma_data (symfit.core.fit.TakesData attribute)
status_message (symfit.core.fit.FitResults attribute)
stdev() (symfit.core.fit.FitResults method)
(symfit.core.fit.ParameterDict method)
symfit.contrib.interactive_guess.interactive_guess (module)
symfit.core.argument (module)
symfit.core.fit (module)
symfit.core.operators (module)
symfit.core.support (module)
symfit.distributions (module)
sympy_to_py() (in module symfit.core.support)
sympy_to_scipy() (in module symfit.core.support)
T
TakesData (class in symfit.core.fit)
TaylorModel (class in symfit.core.fit)
V
value() (symfit.core.fit.FitResults method)
(symfit.core.fit.ParameterDict method)
Variable (class in symfit.core.argument)
variables() (in module symfit.core.support)
variance() (symfit.core.fit.FitResults method)
vars (symfit.core.fit.BaseModel attribute)
Quick search
Navigation
index
modules
|
symfit 0.3.7 documentation
»