conroylau / lpinfer

lpinfer: An R Package for Inference in Linear Programs
GNU General Public License v3.0
3 stars 5 forks source link

What happens if data is not passed to `estbounds`? #76

Closed a-torgovitsky closed 4 years ago

a-torgovitsky commented 4 years ago

Is there some reason that we allow a default of NULL for data?

conroylau commented 4 years ago

Since estbounds is not using the bootstrap estimates of beta.obs, I think it is okay for data to be NULL if the user passed a deterministic beta.obs?

a-torgovitsky commented 4 years ago

Yes completely right! I had forgotten about how we had decided to structure beta.obs. Sorry!