Community Profile

photo

Sean


University of Amsterdam

Active since 2017

Followers: 0   Following: 0

Message

MSc Econometrics

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Who can help me solving this error?
Dear readers, First of all, all the codes are in a cloud environment. That means that the codes are not directly on my comput...

6 years ago | 0 answers | 0

0

answers

Question


Why do I receive this error in maximising the log likelihood criterion?
I am trying to retrieve parameter values by means of maximum likelihood, however the code has been giving this unforeseen error....

6 years ago | 1 answer | 0

1

answer

Answered
Unforeseen error in running script: 'fmincon' and function evaluation. What could be wrong?
Thank you for the tips! Still a lot to learn. I will be home again in a few hours and try to incorporate your suggestions.

6 years ago | 0

Question


Unforeseen error in running script: 'fmincon' and function evaluation. What could be wrong?
Dear readers, I am trying to evaluate a likelihood function, but I get this unforeseen error (attachment). I still get output...

6 years ago | 1 answer | 0

1

answer

Question


How do I plot complex numbers or moduli?
Dear Readers, I have this code. However, there might be a mixture of imaginary and real eigenvalues. I want to plot everythin...

7 years ago | 1 answer | 0

1

answer

Question


How to evaluate a symbolic Jacobian?
Dear Readers, How do I evaluate this Jacobian for 50 different combinations of (p,c,R), calculate its eigenvalues and then pl...

7 years ago | 0 answers | 0

0

answers

Question


Evaluating the Jacobian in a loop
Hi! I have the following code providing me with 'steady state solutions' (pi*,c_sol*,z*): beta = 0.99 ; v = 21 ; gamma...

7 years ago | 0 answers | 0

0

answers

Question


How to create a for-loop with matrices and vectors?
Dear Readers, I am going to re-write this entire question. I have three equations describing steady state inflation, output ...

7 years ago | 1 answer | 0

1

answer

Question


How do I solve an equation numerically for a grid of values and then plot the relationship with the dependent variable?
Hi! I would like to solve the following equation for pi = linspace(0.95,1.08,30) ** eqn = pi*(pi-1)' - beta*pi*(pi-1)' == (...

7 years ago | 1 answer | 0

1

answer

Question


How can I solve the following non-linear equations numerically?
c == c * (pi / beta * R) ^ (1/sigma) ; pi * (pi - 1) == beta * pi * (pi - 1) + (v / alpha * gamma) * (c + g) ^ ((1 + eps) /...

7 years ago | 1 answer | 0

1

answer