kafe2
2.2.2-1
Site
Installing
kafe2
Beginners Guide
User Guide
kafe2go Guide
Theoretical Foundation
Developer Guide
API documentation
Page
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
X
|
Y
A
add_error() (kafe2.fit._base.DataContainerBase method)
(kafe2.fit._base.FitBase method)
(kafe2.fit.indexed.IndexedContainer method)
(kafe2.fit.xy.XYContainer method)
(kafe2.fit.xy.XYFit method)
(kafe2.fit.xy.XYFitEnsemble method)
add_matrix_error() (kafe2.fit._base.DataContainerBase method)
(kafe2.fit._base.FitBase method)
(kafe2.fit.indexed.IndexedContainer method)
(kafe2.fit.xy.XYContainer method)
(kafe2.fit.xy.XYFit method)
(kafe2.fit.xy.XYFitEnsemble method)
add_matrix_parameter_constraint() (kafe2.fit._base.FitBase method)
add_parameter_constraint() (kafe2.fit._base.FitBase method)
arg_formatters() (kafe2.fit._base.FunctionFormatter property)
arg_name() (kafe2.fit._base.ParameterFormatter property)
arg_names() (kafe2.fit._base.CostFunction property)
argcount() (kafe2.fit._base.ModelFunctionBase property)
argument_formatters() (kafe2.fit._base.CostFunction property)
assign_model_function_expression() (kafe2.fit._base.FitBase method)
assign_model_function_latex_expression() (kafe2.fit._base.FitBase method)
assign_model_function_latex_name() (kafe2.fit._base.FitBase method)
assign_model_function_name() (kafe2.fit._base.FitBase method)
assign_parameter_latex_names() (kafe2.fit._base.FitBase method)
assign_parameter_names() (kafe2.fit._base.FitBase method)
asymmetric_error() (kafe2.fit._base.ParameterFormatter property)
asymmetric_parameter_errors() (kafe2.fit._base.FitBase property)
AVAILABLE_RESULTS (kafe2.fit.xy.XYFitEnsemble attribute)
AVAILABLE_STATISTICS (kafe2.fit.xy.XYFitEnsemble attribute)
axes() (kafe2.fit._base.Plot property)
axis_labels() (kafe2.fit._base.DataContainerBase property)
B
bin_centers() (kafe2.fit.histogram.HistContainer property)
bin_edges() (kafe2.fit.histogram.HistContainer property)
bin_evaluation() (kafe2.fit.histogram.HistParametricModel property)
bin_evaluation_string() (kafe2.fit.histogram.HistParametricModel property)
bin_range() (kafe2.fit.histogram.HistContainer property)
bin_widths() (kafe2.fit.histogram.HistContainer property)
C
call_plot_method() (kafe2.fit._base.PlotAdapterBase method)
chi2_covariance() (kafe2.fit._base.CostFunction_Chi2 method)
chi2_no_errors() (kafe2.fit._base.CostFunction_Chi2 method)
chi2_pointwise_errors() (kafe2.fit._base.CostFunction_Chi2 method)
chi2_probability() (kafe2.fit._base.CostFunction method)
(kafe2.fit._base.FitBase property)
CONTAINER_TYPE (kafe2.fit._base.FitBase attribute)
(kafe2.fit.histogram.HistFit attribute)
(kafe2.fit.indexed.IndexedFit attribute)
(kafe2.fit.xy.XYFit attribute)
cor_mat() (kafe2.fit.indexed.IndexedContainer property)
cost_function_value() (kafe2.fit._base.FitBase property)
CostFunction (class in kafe2.fit._base)
CostFunction_Chi2 (class in kafe2.fit._base)
CostFunction_NegLogLikelihood (class in kafe2.fit._base)
CostFunctionException
CostFunctionFormatter (class in kafe2.fit._base)
cov_mat() (kafe2.fit._base.DataContainerBase property)
(kafe2.fit.indexed.IndexedContainer property)
cov_mat_inverse() (kafe2.fit._base.DataContainerBase property)
(kafe2.fit.indexed.IndexedContainer property)
customize() (kafe2.fit._base.Plot method)
D
data() (kafe2.fit._base.DataContainerBase property)
(kafe2.fit._base.FitBase property)
(kafe2.fit.histogram.HistContainer property)
(kafe2.fit.histogram.HistParametricModel property)
(kafe2.fit.indexed.IndexedContainer property)
(kafe2.fit.indexed.IndexedParametricModel property)
(kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYParametricModel property)
data_container() (kafe2.fit._base.FitBase property)
data_cor_mat() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
data_cov_mat() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
data_cov_mat_inverse() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
data_error() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
data_range() (kafe2.fit.indexed.IndexedContainer property)
(kafe2.fit.indexed.IndexedParametricModel property)
data_size() (kafe2.fit._base.FitBase property)
data_x() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
data_xerr() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
data_y() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
data_yerr() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
DataContainerBase (class in kafe2.fit._base)
DataContainerException
DEFAULT_EXPRESSION_STRING (kafe2.fit._base.FunctionFormatter attribute)
DEFAULT_LATEX_EXPRESSION_STRING (kafe2.fit._base.FunctionFormatter attribute)
defaults() (kafe2.fit._base.ModelFunctionBase property)
defaults_dict() (kafe2.fit._base.ModelFunctionBase property)
description() (kafe2.fit._base.FunctionFormatter property)
did_fit() (kafe2.fit._base.FitBase property)
disable_error() (kafe2.fit._base.DataContainerBase method)
(kafe2.fit._base.FitBase method)
do_fit() (kafe2.fit._base.FitBase method)
dynamic_error_algorithm() (kafe2.fit._base.FitBase property)
E
enable_error() (kafe2.fit._base.DataContainerBase method)
(kafe2.fit._base.FitBase method)
err() (kafe2.fit._base.DataContainerBase property)
(kafe2.fit.indexed.IndexedContainer property)
error() (kafe2.fit._base.ParameterFormatter property)
error_down() (kafe2.fit._base.ParameterFormatter property)
error_rel() (kafe2.fit._base.ParameterFormatter property)
error_up() (kafe2.fit._base.ParameterFormatter property)
eval_model_function() (kafe2.fit.indexed.IndexedParametricModel method)
(kafe2.fit.xy.XYFit method)
(kafe2.fit.xy.XYParametricModel method)
eval_model_function_density() (kafe2.fit.histogram.HistFit method)
(kafe2.fit.histogram.HistParametricModel method)
eval_model_function_derivative_by_parameters() (kafe2.fit.indexed.IndexedParametricModel method)
(kafe2.fit.xy.XYFit method)
(kafe2.fit.xy.XYParametricModel method)
eval_model_function_derivative_by_x() (kafe2.fit.xy.XYParametricModel method)
EXCEPTION_TYPE (kafe2.fit._base.CostFunction attribute)
(kafe2.fit._base.FitBase attribute)
(kafe2.fit._base.ModelFunctionBase attribute)
(kafe2.fit.histogram.HistFit attribute)
(kafe2.fit.histogram.HistModelFunction attribute)
(kafe2.fit.indexed.IndexedFit attribute)
(kafe2.fit.indexed.IndexedModelFunction attribute)
(kafe2.fit.xy.XYFit attribute)
expression_format_string() (kafe2.fit._base.FunctionFormatter property)
F
figures() (kafe2.fit._base.Plot property)
fill() (kafe2.fit.histogram.HistContainer method)
(kafe2.fit.histogram.HistParametricModel method)
FIT_INFO_STRING_FORMAT_CHI2 (kafe2.fit._base.Plot attribute)
FIT_INFO_STRING_FORMAT_NOT_SATURATED (kafe2.fit._base.Plot attribute)
FIT_INFO_STRING_FORMAT_SATURATED (kafe2.fit._base.Plot attribute)
FIT_TYPE (kafe2.fit._base.FitEnsembleBase attribute)
(kafe2.fit.xy.XYFitEnsemble attribute)
FitBase (class in kafe2.fit._base)
FitEnsembleBase (class in kafe2.fit._base)
FitEnsembleException
FitException
fix_parameter() (kafe2.fit._base.FitBase method)
fixed() (kafe2.fit._base.ParameterFormatter property)
formatter() (kafe2.fit._base.CostFunction property)
(kafe2.fit._base.ModelFunctionBase property)
FORMATTER_TYPE (kafe2.fit._base.ModelFunctionBase attribute)
(kafe2.fit.indexed.IndexedModelFunction attribute)
FormatterException
func() (kafe2.fit._base.CostFunction property)
(kafe2.fit._base.ModelFunctionBase property)
FunctionFormatter (class in kafe2.fit._base)
G
get_axis_labels() (kafe2.fit._base.PlotAdapterBase method)
get_error() (kafe2.fit._base.DataContainerBase method)
get_formatted() (kafe2.fit._base.CostFunctionFormatter method)
(kafe2.fit._base.FunctionFormatter method)
(kafe2.fit._base.ModelFunctionFormatter method)
(kafe2.fit._base.ParameterFormatter method)
(kafe2.fit.indexed.IndexedModelFunctionFormatter method)
get_formatted_model_function() (kafe2.fit._base.PlotAdapterBase method)
get_keywords() (kafe2.fit._base.Plot method)
get_matching_errors() (kafe2.fit._base.DataContainerBase method)
(kafe2.fit._base.FitBase method)
get_result_dict() (kafe2.fit._base.FitBase method)
get_results() (kafe2.fit.xy.XYFitEnsemble method)
get_results_statistics() (kafe2.fit.xy.XYFitEnsemble method)
get_total_error() (kafe2.fit._base.DataContainerBase method)
(kafe2.fit.xy.XYContainer method)
get_uncertainty_gaussian_approximation() (kafe2.fit._base.CostFunction method)
(kafe2.fit._base.CostFunction_NegLogLikelihood method)
goodness_of_fit() (kafe2.fit._base.CostFunction method)
(kafe2.fit._base.FitBase property)
H
has_data_errors() (kafe2.fit._base.FitBase property)
has_errors() (kafe2.fit._base.DataContainerBase property)
(kafe2.fit._base.FitBase property)
has_model_errors() (kafe2.fit._base.FitBase property)
has_uncor_x_errors() (kafe2.fit.xy.XYContainer property)
has_x_errors() (kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYFit property)
has_y_errors() (kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYFit property)
high() (kafe2.fit.histogram.HistContainer property)
HistContainer (class in kafe2.fit.histogram)
HistContainerException
HistCostFunction (class in kafe2.fit.histogram)
HistCostFunction_Chi2 (class in kafe2.fit.histogram)
HistCostFunction_NegLogLikelihood (class in kafe2.fit.histogram)
HistFit (class in kafe2.fit.histogram)
HistFitException
HistModelFunction (class in kafe2.fit.histogram)
HistParametricModel (class in kafe2.fit.histogram)
HistPlotAdapter (class in kafe2.fit.histogram)
I
index_name() (kafe2.fit.indexed.IndexedModelFunctionFormatter property)
IndexedContainer (class in kafe2.fit.indexed)
IndexedContainerException
IndexedCostFunction (class in kafe2.fit.indexed)
IndexedCostFunction_Chi2 (class in kafe2.fit.indexed)
IndexedCostFunction_NegLogLikelihood (class in kafe2.fit.indexed)
IndexedFit (class in kafe2.fit.indexed)
IndexedFitException
IndexedModelFunction (class in kafe2.fit.indexed)
IndexedModelFunctionFormatter (class in kafe2.fit.indexed)
IndexedParametricModel (class in kafe2.fit.indexed)
IndexedPlotAdapter (class in kafe2.fit.indexed)
is_chi2() (kafe2.fit._base.CostFunction property)
is_data_compatible() (kafe2.fit._base.CostFunction method)
(kafe2.fit._base.CostFunction_NegLogLikelihood method)
K
kafe2.__init__
module
kafe2.fit
module
kafe2.fit._base
module
kafe2.fit.histogram
module
kafe2.fit.indexed
module
kafe2.fit.xy
module
kc_plot_style() (in module kafe2.fit._base)
L
label() (kafe2.fit._base.DataContainerBase property)
latex_expression_format_string() (kafe2.fit._base.FunctionFormatter property)
latex_index_name() (kafe2.fit.indexed.IndexedModelFunctionFormatter property)
latex_name() (kafe2.fit._base.FunctionFormatter property)
(kafe2.fit._base.ParameterFormatter property)
latex_name_saturated() (kafe2.fit._base.CostFunctionFormatter property)
latexify_ascii() (in module kafe2.fit._base)
limit_parameter() (kafe2.fit._base.FitBase method)
low() (kafe2.fit.histogram.HistContainer property)
M
model() (kafe2.fit._base.FitBase property)
(kafe2.fit.histogram.HistFit property)
(kafe2.fit.indexed.IndexedFit property)
(kafe2.fit.xy.XYFit property)
model_cor_mat() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
model_count() (kafe2.fit._base.FitBase property)
model_cov_mat() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
model_cov_mat_inverse() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
model_density_x() (kafe2.fit.histogram.HistPlotAdapter property)
model_density_y() (kafe2.fit.histogram.HistPlotAdapter property)
model_error() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
model_function() (kafe2.fit._base.FitBase property)
model_function_parameter_formatters() (kafe2.fit._base.PlotAdapterBase property)
MODEL_FUNCTION_TYPE (kafe2.fit._base.FitBase attribute)
(kafe2.fit._base.ParametricModelBaseMixin attribute)
(kafe2.fit.histogram.HistFit attribute)
(kafe2.fit.histogram.HistParametricModel attribute)
(kafe2.fit.indexed.IndexedFit attribute)
(kafe2.fit.indexed.IndexedParametricModel attribute)
(kafe2.fit.xy.XYFit attribute)
model_label() (kafe2.fit._base.FitBase property)
model_line_x() (kafe2.fit.xy.XYPlotAdapter property)
model_line_y() (kafe2.fit.xy.XYPlotAdapter property)
MODEL_TYPE (kafe2.fit._base.FitBase attribute)
(kafe2.fit.histogram.HistFit attribute)
(kafe2.fit.indexed.IndexedFit attribute)
(kafe2.fit.xy.XYFit attribute)
model_x() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
model_xerr() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
model_y() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
model_yerr() (kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.histogram.HistPlotAdapter property)
(kafe2.fit.indexed.IndexedPlotAdapter property)
(kafe2.fit.xy.XYPlotAdapter property)
ModelFunctionBase (class in kafe2.fit._base)
ModelFunctionException
ModelFunctionFormatter (class in kafe2.fit._base)
module
kafe2.__init__
kafe2.fit
kafe2.fit._base
kafe2.fit.histogram
kafe2.fit.indexed
kafe2.fit.xy
N
n_bins() (kafe2.fit.histogram.HistContainer property)
n_dat() (kafe2.fit.xy.XYFitEnsemble property)
n_df() (kafe2.fit.xy.XYFitEnsemble property)
n_entries() (kafe2.fit.histogram.HistContainer property)
n_exp() (kafe2.fit.xy.XYFitEnsemble property)
n_par() (kafe2.fit.xy.XYFitEnsemble property)
name() (kafe2.fit._base.CostFunction property)
(kafe2.fit._base.FunctionFormatter property)
(kafe2.fit._base.ModelFunctionBase property)
(kafe2.fit._base.ParameterFormatter property)
name_saturated() (kafe2.fit._base.CostFunctionFormatter property)
ndf() (kafe2.fit._base.FitBase property)
(kafe2.fit._base.ParametricModelBaseMixin property)
needs_errors() (kafe2.fit._base.CostFunction property)
nll_gaussian() (kafe2.fit._base.CostFunction_NegLogLikelihood static method)
nll_poisson() (kafe2.fit._base.CostFunction_NegLogLikelihood static method)
nllr_gaussian() (kafe2.fit._base.CostFunction_NegLogLikelihood static method)
nllr_poisson() (kafe2.fit._base.CostFunction_NegLogLikelihood static method)
O
overflow() (kafe2.fit.histogram.HistContainer property)
P
par_formatters() (kafe2.fit._base.FunctionFormatter property)
(kafe2.fit._base.ModelFunctionFormatter property)
parameter_constraints() (kafe2.fit._base.FitBase property)
parameter_cor_mat() (kafe2.fit._base.FitBase property)
parameter_cov_mat() (kafe2.fit._base.FitBase property)
parameter_errors() (kafe2.fit._base.FitBase property)
parameter_name_value_dict() (kafe2.fit._base.FitBase property)
parameter_names() (kafe2.fit._base.FitBase property)
parameter_values() (kafe2.fit._base.FitBase property)
ParameterFormatter (class in kafe2.fit._base)
parameters() (kafe2.fit._base.ParametricModelBaseMixin property)
ParametricModelBaseMixin (class in kafe2.fit._base)
parcount() (kafe2.fit._base.ModelFunctionBase property)
Plot (class in kafe2.fit._base)
plot() (kafe2.fit._base.Plot method)
PLOT_ADAPTER_TYPE (kafe2.fit._base.FitBase attribute)
(kafe2.fit.histogram.HistFit attribute)
(kafe2.fit.indexed.IndexedFit attribute)
(kafe2.fit.xy.XYFit attribute)
plot_data() (kafe2.fit._base.PlotAdapterBase method)
(kafe2.fit.histogram.HistPlotAdapter method)
(kafe2.fit.indexed.IndexedPlotAdapter method)
(kafe2.fit.xy.XYPlotAdapter method)
plot_model() (kafe2.fit._base.PlotAdapterBase method)
(kafe2.fit.histogram.HistPlotAdapter method)
(kafe2.fit.indexed.IndexedPlotAdapter method)
(kafe2.fit.xy.XYPlotAdapter method)
plot_model_density() (kafe2.fit.histogram.HistPlotAdapter method)
plot_model_error_band() (kafe2.fit.xy.XYPlotAdapter method)
plot_model_line() (kafe2.fit.xy.XYPlotAdapter method)
plot_ratio() (kafe2.fit._base.PlotAdapterBase method)
(kafe2.fit.histogram.HistPlotAdapter method)
(kafe2.fit.indexed.IndexedPlotAdapter method)
(kafe2.fit.xy.XYPlotAdapter method)
plot_ratio_error_band() (kafe2.fit.xy.XYPlotAdapter method)
plot_result_distributions() (kafe2.fit.xy.XYFitEnsemble method)
plot_result_scatter() (kafe2.fit.xy.XYFitEnsemble method)
PLOT_STYLE_CONFIG_DATA_TYPE (kafe2.fit._base.PlotAdapterBase attribute)
(kafe2.fit.histogram.HistPlotAdapter attribute)
(kafe2.fit.indexed.IndexedPlotAdapter attribute)
(kafe2.fit.xy.XYPlotAdapter attribute)
PLOT_SUBPLOT_TYPES (kafe2.fit._base.PlotAdapterBase attribute)
(kafe2.fit.histogram.HistPlotAdapter attribute)
(kafe2.fit.indexed.IndexedPlotAdapter attribute)
(kafe2.fit.xy.XYPlotAdapter attribute)
PlotAdapterBase (class in kafe2.fit._base)
PlotAdapterException
PlotFigureException
R
raw_data() (kafe2.fit.histogram.HistContainer property)
rebin() (kafe2.fit.histogram.HistContainer method)
release_parameter() (kafe2.fit._base.FitBase method)
report() (kafe2.fit._base.FitBase method)
RESERVED_NODE_NAMES (kafe2.fit._base.FitBase attribute)
(kafe2.fit.histogram.HistFit attribute)
(kafe2.fit.indexed.IndexedFit attribute)
(kafe2.fit.xy.XYFit attribute)
run() (kafe2.fit.xy.XYFitEnsemble method)
S
saturated() (kafe2.fit._base.CostFunction property)
set_all_parameter_values() (kafe2.fit._base.FitBase method)
set_bins() (kafe2.fit.histogram.HistContainer method)
set_keywords() (kafe2.fit._base.Plot method)
set_parameter_values() (kafe2.fit._base.FitBase method)
signature() (kafe2.fit._base.ModelFunctionBase property)
size() (kafe2.fit._base.DataContainerBase property)
(kafe2.fit.histogram.HistContainer property)
(kafe2.fit.indexed.IndexedContainer property)
(kafe2.fit.xy.XYContainer property)
source_code() (kafe2.fit._base.ModelFunctionBase property)
T
to_file() (kafe2.fit._base.FitBase method)
total_cor_mat() (kafe2.fit._base.FitBase property)
total_cov_mat() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
total_cov_mat_inverse() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
total_error() (kafe2.fit._base.FitBase property)
(kafe2.fit.xy.XYFit property)
U
underflow() (kafe2.fit.histogram.HistContainer property)
unlimit_parameter() (kafe2.fit._base.FitBase method)
update_plot_kwargs() (kafe2.fit._base.PlotAdapterBase method)
V
value() (kafe2.fit._base.ParameterFormatter property)
X
x() (kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYParametricModel property)
x_cor_mat() (kafe2.fit.xy.XYContainer property)
x_cov_mat() (kafe2.fit.xy.XYContainer property)
x_cov_mat_inverse() (kafe2.fit.xy.XYContainer property)
x_data() (kafe2.fit.xy.XYFit property)
x_data_cor_mat() (kafe2.fit.xy.XYFit property)
x_data_cov_mat() (kafe2.fit.xy.XYFit property)
x_data_cov_mat_inverse() (kafe2.fit.xy.XYFit property)
x_data_error() (kafe2.fit.xy.XYFit property)
x_err() (kafe2.fit.xy.XYContainer property)
X_ERROR_ALGORITHMS (kafe2.fit.xy.XYFit attribute)
x_label() (kafe2.fit._base.DataContainerBase property)
x_model() (kafe2.fit.xy.XYFit property)
x_model_cor_mat() (kafe2.fit.xy.XYFit property)
x_model_cov_mat() (kafe2.fit.xy.XYFit property)
x_model_cov_mat_inverse() (kafe2.fit.xy.XYFit property)
x_model_error() (kafe2.fit.xy.XYFit property)
x_name() (kafe2.fit._base.ModelFunctionBase property)
x_range() (kafe2.fit._base.Plot property)
(kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYFit property)
x_total_cor_mat() (kafe2.fit.xy.XYFit property)
x_total_cov_mat() (kafe2.fit.xy.XYFit property)
x_total_cov_mat_inverse() (kafe2.fit.xy.XYFit property)
x_total_error() (kafe2.fit.xy.XYFit property)
XYContainer (class in kafe2.fit.xy)
XYContainerException
XYCostFunction_Chi2 (class in kafe2.fit.xy)
XYCostFunction_NegLogLikelihood (class in kafe2.fit.xy)
XYFit (class in kafe2.fit.xy)
XYFitEnsemble (class in kafe2.fit.xy)
XYFitException
XYParametricModel (class in kafe2.fit.xy)
XYParametricModelException
XYPlotAdapter (class in kafe2.fit.xy)
Y
y() (kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYParametricModel property)
y_cor_mat() (kafe2.fit.xy.XYContainer property)
y_cov_mat() (kafe2.fit.xy.XYContainer property)
y_cov_mat_inverse() (kafe2.fit.xy.XYContainer property)
y_data() (kafe2.fit.xy.XYFit property)
y_data_cor_mat() (kafe2.fit.xy.XYFit property)
y_data_cov_mat() (kafe2.fit.xy.XYFit property)
y_data_cov_mat_inverse() (kafe2.fit.xy.XYFit property)
y_data_error() (kafe2.fit.xy.XYFit property)
y_err() (kafe2.fit.xy.XYContainer property)
y_error_band() (kafe2.fit.xy.XYPlotAdapter property)
y_label() (kafe2.fit._base.DataContainerBase property)
y_model() (kafe2.fit.xy.XYFit property)
y_model_cor_mat() (kafe2.fit.xy.XYFit property)
y_model_cov_mat() (kafe2.fit.xy.XYFit property)
y_model_cov_mat_inverse() (kafe2.fit.xy.XYFit property)
y_model_error() (kafe2.fit.xy.XYFit property)
y_range() (kafe2.fit._base.Plot property)
(kafe2.fit._base.PlotAdapterBase property)
(kafe2.fit.xy.XYContainer property)
(kafe2.fit.xy.XYFit property)
y_total_cor_mat() (kafe2.fit.xy.XYFit property)
y_total_cov_mat() (kafe2.fit.xy.XYFit property)
y_total_cov_mat_inverse() (kafe2.fit.xy.XYFit property)
y_total_error() (kafe2.fit.xy.XYFit property)