Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion breads/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def fitfm(nonlin_paras, dataobj, fm_func, fm_paras, computeH0=True, bounds=None,
Returns:
log_prob: Probability of the model marginalized over linear parameters.
log_prob_H0: Probability of the model without the planet marginalized over linear parameters.
s2: noise scaling factor
rchi2: Reduced chi squared of the best fit. Equal to 1 by definition if scale_noise is False.
linparas: Best fit linear parameters
linparas_err: Uncertainties of best fit linear parameters
"""
Expand Down
Loading
Loading