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

fix up sar #1

Open
ajrominger opened this issue Mar 2, 2017 · 0 comments
Open

fix up sar #1

ajrominger opened this issue Mar 2, 2017 · 0 comments

Comments

@ajrominger
Copy link
Collaborator

ajrominger commented Mar 2, 2017

first, check that it's really right (e.g. using python macroeco):

macecoS <- rev(c(133, 116.41715386, 102.63632568, 90.13796807, 78.30328489, 
                 66.90263572, 55.90125381, 45.38753706, 35.5445402))
meterS <- meteSAR(S0 = 133, N0 = 49489, A0 = 160000, Amin = 625)$pred$S
plot(macecoS, meterS)
abline(0, 1)
## it's a little off for intermediate A

Then make empirical SAR look cleaner by taking mean of observed S at scale A (instead of all S)

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

No branches or pull requests

1 participant