eloch216 / PhotoGEA

https://eloch216.github.io/PhotoGEA/
Other
2 stars 4 forks source link

Likelihood #91

Closed eloch216 closed 7 months ago

eloch216 commented 7 months ago

The main change in this PR is to switch from least-squares regression to maximum likelihood regression. But a few other helpful changes have also been made.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 89.69697% with 51 lines in your changes are missing coverage. Please review.

Project coverage is 88.04%. Comparing base (cd9b410) to head (0f9fa12). Report is 3 commits behind head on unreleased.

Files Patch % Lines
R/exdf.R 51.21% 20 Missing :warning:
R/calculate_c4_assimilation.R 48.14% 14 Missing :warning:
R/confidence_intervals.R 91.30% 4 Missing :warning:
R/process_tdl_cycle_polynomial.R 0.00% 3 Missing :warning:
R/error_function_c3_aci.R 87.50% 1 Missing :warning:
R/error_function_c3_variable_j.R 87.50% 1 Missing :warning:
R/error_function_c4_aci.R 93.33% 1 Missing :warning:
R/estimate_licor_variance.R 97.87% 1 Missing :warning:
R/fit_c3_aci.R 96.87% 1 Missing :warning:
R/fit_c3_variable_j.R 97.29% 1 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## unreleased #91 +/- ## ============================================== + Coverage 86.11% 88.04% +1.92% ============================================== Files 74 76 +2 Lines 3717 4022 +305 ============================================== + Hits 3201 3541 +340 + Misses 516 481 -35 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.