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

question about gaussian_kern() parameters? #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajdamico
Copy link
Contributor

hi, hope all is well with you! we are reviewing some functions in our library(convey) to make sure our mathematics is sound and we're trying to reconcile why some of our at risk of poverty rate calculations are yielding very tiny differences from library(vardpoor) .. we have looked over the calculations in Osier's 2009 paper and we're curious if you might take a look at how linarpr implements the equation under section 2.2 on page 182 of the PDF below? the equation below By using the derivation rule (33), we obtain includes the threshold x=ARPT (M) but from our reading of linarpr, we're not sure if you're using x=MED (M) in this position instead? we've presented this as a pull request just to make it easier to highlight our question about the implementation but we definitely might be making a mistake or mis-reading the math on our end. we appreciate your time with this! -anthony and @guilhermejacob

https://www.researchgate.net/profile/Guillaume-Osier/publication/313562013_Variance_Estimation_for_Complex_Indicators_of_Poverty_and_Inequality_Using_Linearization_Techniques/links/597051ec4585158a48ffa05a/Variance-Estimation-for-Complex-Indicators-of-Poverty-and-Inequality-Using-Linearization-Techniques.pdf#page=17

hi, hope all is well with you!  we are reviewing some functions in our `library(convey)` to make sure our mathematics is sound and we're trying to reconcile why some of our at risk of poverty rate calculations are yielding very tiny differences from `library(vardpoor)` ..  we have looked over the calculations in Osier's 2009 paper and we're curious if you might take a look at how `linarpr` implements the equation under section 2.2 on page 182 of the PDF below?  the equation below _By using the derivation rule (33), we obtain_ includes the threshold `x=ARPT (M)` but from our reading of `linarpr`, we're not sure if you're using `x=MED (M)` in this position instead?  we've presented this as a pull request just to make it easier to highlight our question about the implementation but we definitely might be making a mistake or mis-reading the math on our end.  we appreciate your time with this!  -anthony and @guilhermejacob




https://www.researchgate.net/profile/Guillaume-Osier/publication/313562013_Variance_Estimation_for_Complex_Indicators_of_Poverty_and_Inequality_Using_Linearization_Techniques/links/597051ec4585158a48ffa05a/Variance-Estimation-for-Complex-Indicators-of-Poverty-and-Inequality-Using-Linearization-Techniques.pdf#page=17
@guilhermejacob
Copy link

For isntance, it appears the threshold is passed to the density function estimation in linpoormed, unlike linarpr.

u2 <- (thres_val - inco) / h

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.

None yet

2 participants