Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebalance and rename model fit statistics #72

Merged
merged 4 commits into from
Sep 10, 2024
Merged

Rebalance and rename model fit statistics #72

merged 4 commits into from
Sep 10, 2024

Conversation

bpbond
Copy link
Member

@bpbond bpbond commented Sep 8, 2024

This PR reorganizes, renames, and rebalances the model fit statistics used.

The columns now follow a standard naming format: {model type}_{statistic}:

Column  Description
HM81_AIC H&M (1981) model AIC
HM81_p.value Model p-value
HM81_r.squared Model R squared
HM81_sigma Model residual error
HM81_flux.estimate Flux estimate
   
lin_AIC Linear model AIC
lin_p.value  Linear model p-value
lin_r.squared
lin_sigma  
lin_flux.estimate  
lin_flux.std.error Standard error of the flux estimate
lin_int.estimate y-intercept
lin_int.std.error Standard error of the intercept
   
poly_AIC 3-term polynomial model AIC
poly_r.squared
   
rob_AIC Robust linear regression model AIC
rob_converged Convergence TRUE or FALSE
rob_sigma  
rob_flux.estimate
rob_flux.std.error

The new vignette section:

Screenshot 2024-09-08 at 6 48 58 PM

@bpbond bpbond requested a review from wilsonsj100 September 8, 2024 14:15
@bpbond bpbond merged commit d5e31d2 into main Sep 10, 2024
5 checks passed
@bpbond bpbond deleted the rebalance branch September 10, 2024 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant