Introduction
User Documentation
Worked Examples
An interactive application
Notebooks
Extra Functionality
Getting Help
Return the name of the current fit statistic.
name – The name of the current fit statistic method, in lower case.
str
See also
get_stat
Return a fit statistic.
set_stat
Set the fit statistic.
Examples
>>> get_stat_name() 'chi2gehrels'
>>> set_stat('cash') >>> get_stat_name() 'cash'