pyplatefit
stable

Contents:

  • Installation
  • Pyplatefit tutorial
  • Changelog
  • fit_abs
  • fit_lines
  • fit_spec
  • get_lines
  • plot_fit
  • print_res
  • show_lines
  • Contfit
  • EquivalentWidth
  • Linefit
  • Platefit
pyplatefit
  • »
  • print_res
  • Edit on GitHub

print_res

pyplatefit.print_res(result, family)

print results obtained with fit_spec

Parameters
resultdictionary

result of fit_spec

familystr

family name

Returns
resultastropy table

with the following columns :

  • Name: parameter lmfit name

  • Min_bound: minimum bound

  • Max_bound: maximum bound

  • Init_value: initial value

  • Value: bestfit value

  • Median: median of the proba distribution (mcmc only)

  • Init_Std: initial standard deviation (mcmc only)

  • Std: standard deviation

  • Acor: autocorrelation time (mcmc only)

  • Acor_ratio: ratio of mcmc chain length to 50 times the autocorrelation time (mcmc only)

  • Min_p99: value of the 1% quantile of the estimated probability distribution (mcmc only)

  • Min_p95: value of the 5% quantile of the estimated probability distribution (mcmc only)

  • Max_p95: value of the 95% quantile of the estimated probability distribution (mcmc only)

  • Max_p99: value of the 99% quantile of the estimated probability distribution (mcmc only)

Previous Next

© Copyright 2021, Roland Bacon. Revision 02018a5b.

Built with Sphinx using a theme provided by Read the Docs.