qumas
Getting Started
Getting Started with qumas
Examples
Welcome to qumas examples!
API Reference
qumas package
Tables
qumas
qumas.Tools.linear_fit module
View page source
qumas.Tools.linear_fit module
linear_func
(
params
,
x
)
[source]
evaluate_with_uncertainties
(
x_new
,
x_new_err
,
slope
,
intercept
,
slope_err
,
intercept_err
)
[source]
make_linear_fit
(
x
,
y
,
y_error
=
None
,
x_error
=
None
,
plot
=
False
,
names
=
[]
,
title
=
'title'
,
save
=
''
,
add_table
=
False
,
xlabel
=
'$r_{s}$(thin
disk)
[lday]'
,
ylabel
=
'$r_{s}$(microlensing)
[lday]'
)
[source]