Hello
Version: Latest (MP)
I am trying to run a non-parametric regression on my data but it takes forever to compute the results. I have about 500.000 observations.
If I use npregress kernel and only use 3% of the sample then I get results within a few minutes. If I use 10% then it already takes more than half an hour. I don't know how long it takes because never let it finish.
I have 8 dependent variables and did not compute standard errors. (code: npregress kernel agemom dum rosla $xzmob2 $xqvar). A person did also observe that npregress is slow with large datasets but small samples. https://www.statalist.org/forums/for...-small-samples
However, even if I drop all missing variables and keep only the needed sample, npregress is still very slow. Any way I can solve this problem?
Version: Latest (MP)
I am trying to run a non-parametric regression on my data but it takes forever to compute the results. I have about 500.000 observations.
If I use npregress kernel and only use 3% of the sample then I get results within a few minutes. If I use 10% then it already takes more than half an hour. I don't know how long it takes because never let it finish.
I have 8 dependent variables and did not compute standard errors. (code: npregress kernel agemom dum rosla $xzmob2 $xqvar). A person did also observe that npregress is slow with large datasets but small samples. https://www.statalist.org/forums/for...-small-samples
However, even if I drop all missing variables and keep only the needed sample, npregress is still very slow. Any way I can solve this problem?
Comment