smpl.interpolate.interpolate_kwargs

smpl.interpolate.interpolate_kwargs(kwargs)[source]
Set default interpolate_kwargs if not set. ==================== ========= =============

interpolate_kwargs default description ==================== ========= =============

frange None Limit the fit to given range. First integer is the lowest and second the highest index. =========== =========================================== ============================================================================================================================================================================================== fselector None Function that takes x and y as parameters and returns an array mask in order to limit the data points for fitting. Alternatively a mask for selecting elements from datax and datay. sortbyx True Enable sorting the x and y data so that x is sorted. bins 0 Number of bins for histogram binunc <function poisson_dist at 0x7f1378937f70> Number of bins for histogram xerror True enable xerrors yerror True enable yerrors =========== =========================================== ==============================================================================================================================================================================================