@@ -963,7 +963,7 @@ class _IVGMMBase(_IVModelBase):
963963 Observation weights used in estimation
964964 weight_type : str
965965 Name of moment condition weight function to use in the GMM estimation
966- ** weight_config
966+ weight_config
967967 Additional keyword arguments to pass to the moment condition weight
968968 function
969969
@@ -1066,7 +1066,7 @@ class IVGMM(_IVGMMBase):
10661066 Observation weights used in estimation
10671067 weight_type : str
10681068 Name of moment condition weight function to use in the GMM estimation
1069- ** weight_config
1069+ weight_config
10701070 Additional keyword arguments to pass to the moment condition weight
10711071 function
10721072
@@ -1139,7 +1139,7 @@ def from_formula(
11391139 Observation weights used in estimation
11401140 weight_type : str
11411141 Name of moment condition weight function to use in the GMM estimation
1142- ** weight_config
1142+ weight_config
11431143 Additional keyword arguments to pass to the moment condition weight
11441144 function
11451145
@@ -1342,7 +1342,7 @@ class IVGMMCUE(_IVGMMBase):
13421342 Observation weights used in estimation
13431343 weight_type : str
13441344 Name of moment condition weight function to use in the GMM estimation
1345- ** weight_config
1345+ weight_config
13461346 Additional keyword arguments to pass to the moment condition weight
13471347 function
13481348
@@ -1418,7 +1418,7 @@ def from_formula(
14181418 Observation weights used in estimation
14191419 weight_type : str
14201420 Name of moment condition weight function to use in the GMM estimation
1421- ** weight_config
1421+ weight_config
14221422 Additional keyword arguments to pass to the moment condition weight
14231423 function
14241424
@@ -1706,7 +1706,7 @@ def _gmm_model_from_formula(
17061706 Observation weights used in estimation
17071707 weight_type : str
17081708 Name of moment condition weight function to use in the GMM estimation
1709- ** weight_config
1709+ weight_config
17101710 Additional keyword arguments to pass to the moment condition weight
17111711 function
17121712
0 commit comments