You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C implementation and parallelization speed up the running a lot, but changing the C code is an intimidating task since I am not familiar with C any more.
Do you happen to have written these three functions in _BLP.c in Python?
cal_mu
cal_s
and cal_ind_choice_prob
The text was updated successfully, but these errors were encountered:
Please take a look at the BLP class in pyBLP.py. It has _cal_μ() and _cal_s(). _cal_μ() is not being used currently, but it is there for debugging purposes. It does not have cal_ind_choice_prob though - I'm sorry.
The C implementation and parallelization speed up the running a lot, but changing the C code is an intimidating task since I am not familiar with C any more.
Do you happen to have written these three functions in _BLP.c in Python?
cal_mu
cal_s
and cal_ind_choice_prob
The text was updated successfully, but these errors were encountered: