Pacific-salmon-assess / MetricsCOSEWIC

R Package for calculating COSEWIC metrics. Initial focus is on Probability of Decline.
GNU General Public License v3.0
0 stars 2 forks source link

Alternative method for calculating percent decline for exponential curve #20

Open carrieholt opened 3 years ago

carrieholt commented 3 years ago

In the comments and/or report documentation, you could mention the alternative method for calculating percent decline. For a regression equation, Ln (Nt) = α + βt the percentage decline over t years (number of years in time series) can be calculated as: (1-exp(βt))*100.

SOLV-Code commented 3 years ago

Good Point. Adding this to the discussion section