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
I started to look into fitting in semi-log vs log-log and noticed that gaussians in semi-log are skewed gaussians in log-log and vice versa. I know there has been interest in adding skewed gaussians that we planned for post specparam release. I realized this would require a lot of updates in #195.
However, adding a parameter in the fit method allowing curve_fit to operate on either freqs or np.log10(freqs) may simply things and be an easier update if we want to add skewed gaussians. What do you think @TomDonoghue?
I started to look into fitting in semi-log vs log-log and noticed that gaussians in semi-log are skewed gaussians in log-log and vice versa. I know there has been interest in adding skewed gaussians that we planned for post specparam release. I realized this would require a lot of updates in #195.
However, adding a parameter in the fit method allowing curve_fit to operate on either freqs or np.log10(freqs) may simply things and be an easier update if we want to add skewed gaussians. What do you think @TomDonoghue?
The text was updated successfully, but these errors were encountered: