Skip to content

Commit

Permalink
v__0.154
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Nov 16, 2024
1 parent 1ef571f commit fa210be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mec/mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def beta_gmm(Y_i,X_i_k,Z_i_l,W_l_l ):
return beta_k,objval


def partGstar(theLambda_k_k,epsilon_t_i_k, xi_k_y,maxit = 100000, reltol=1E-8):
def partGstar(pi_t_y,theLambda_k_k,epsilon_t_i_k, xi_k_y,maxit = 100000, reltol=1E-8):
(K ,Y ) = xi_k_y.shape
(T,I,_) = epsilon_t_i_k.shape
n_t_i = np.ones((T,1)) @ np.ones((1,I)) / I
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="mec",
version="0.153",
version="0.154",
authors=["Alfred Galichon"],
author_email="[email protected]",
licence="",
Expand Down

0 comments on commit fa210be

Please sign in to comment.