You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plots: for visualizing model components (plot_peak_fits and plot_aperiodic_fits), it would be nice to support the use case of plotting the mean + shading (sem or std). This is perhaps better for comparing groups. Note that this might need to be a new func. (PR'd in [ENH] - Add options to shade param reconstructions #290)
add average_model_values helper function. We currently average parameters (in average_fg), but a useful alternative would be to average the model reconstructions (PR'd in [ENH] - Add average_reconstructions function #289)
Updates / additions to make to code:
plot_peak_fits
andplot_aperiodic_fits
), it would be nice to support the use case of plotting the mean + shading (sem or std). This is perhaps better for comparing groups. Note that this might need to be a new func. (PR'd in [ENH] - Add options to shade param reconstructions #290)average_model_values
helper function. We currently average parameters (inaverage_fg
), but a useful alternative would be to average the model reconstructions (PR'd in [ENH] - Addaverage_reconstructions
function #289)interpolate_spectra
function (see [DOC] - Add a line noise example #203 (comment); done in [ENH] - Addinterpolate_spectra
function #288)The text was updated successfully, but these errors were encountered: