Skip to content

Commit 84913d2

Browse files
committed
Fix docs.
1 parent 893b955 commit 84913d2

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ruspy/estimation/est_cost_params.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def loglike_cost_params(
9898
maint_func: func
9999
see :ref:`maint_func`
100100
maint_func_dev: func
101-
see :ref: `maint_func_dev`
101+
see :ref:`maint_func`
102102
num_states : int
103103
The size of the state space.
104104
trans_mat : numpy.array
@@ -158,7 +158,7 @@ def derivative_loglike_cost_params_individual(
158158
params : pandas.DataFrame
159159
see :ref:`params`
160160
maint_func: func
161-
see :ref: `maint_func`
161+
see :ref:`maint_func`
162162
num_states : int
163163
The size of the state space.
164164
disc_fac : numpy.float
@@ -229,9 +229,9 @@ def derivative_loglike_cost_params(
229229
params : pandas.DataFrame
230230
see :ref:`params`
231231
maint_func: func
232-
see :ref: `maint_func`
232+
see :ref:`maint_func`
233233
maint_func_dev: func
234-
see :ref: `maint_func_dev`
234+
see :ref:`maint_func`
235235
num_states : int
236236
The size of the state space.
237237
trans_mat : numpy.array

ruspy/estimation/mpec.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def mpec_loglike_cost_params(
3333
maint_func: func
3434
see :ref:`maint_func`
3535
maint_func_dev: func
36-
see :ref:`maint_func_dev`
36+
see :ref:`maint_func`
3737
num_states : int
3838
The size of the state space.
3939
num_params : int
@@ -119,7 +119,7 @@ def mpec_constraint(
119119
maint_func: func
120120
see :ref:`maint_func`
121121
maint_func_dev: func
122-
see :ref:`maint_func_dev`
122+
see :ref:`maint_func`
123123
num_states : int
124124
The size of the state space.
125125
num_params : int
@@ -216,7 +216,7 @@ def mpec_loglike_cost_params_derivative(
216216
maint_func: func
217217
see :ref:`maint_func`
218218
maint_func_dev: func
219-
see :ref:`maint_func_dev`
219+
see :ref:`maint_func`
220220
num_states : int
221221
The size of the state space.
222222
num_params : int
@@ -287,7 +287,7 @@ def mpec_constraint_derivative(
287287
maint_func: func
288288
see :ref:`maint_func`
289289
maint_func_dev: func
290-
see :ref:`maint_func_dev`
290+
see :ref:`maint_func`
291291
num_states : int
292292
The size of the state space.
293293
num_params : int
@@ -377,7 +377,7 @@ def mpec_loglike_cost_params_derivative_model(
377377
scale : numpy.float
378378
see :ref:`scale`
379379
maint_func_dev : func
380-
see :ref: `maint_func_dev`
380+
see :ref:`maint_func`
381381
p_choice : np.array
382382
num_states x 2 matrix that contains the calculated conditional choice
383383
probabilities.

0 commit comments

Comments
 (0)