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
Based on @awhoward's question about the decorrelation fitting, I think we should start a discussion about implementing a likelihood class that can incorporate polynomial decorrelation an arbitrary string of independent variables e.g. svals, halpha, etc. This is low priority, and I don't think we should stress about getting this in v1.0.X
# define params as before, but withparams['c0'].value=0params['c1'].value=1like=PolyDecorLikelihood(t, y, yerr, x, xerr, prefix='c', deg=1)
@awhoward, @bjfultn, @sblunt,
Based on @awhoward's question about the decorrelation fitting, I think we should start a discussion about implementing a likelihood class that can incorporate polynomial decorrelation an arbitrary string of independent variables e.g. svals, halpha, etc. This is low priority, and I don't think we should stress about getting this in v1.0.X
Then instead of the standard likelihood calc
we would use:
The text was updated successfully, but these errors were encountered: