photo

Laura Freitas


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
206,474
of 300,321

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Finding Solution to Inequality in Matlab
I have a system of five equations. As below syms x y z v w q beta rho theta lambda b tau eqn1 = x == q*(2*rho/(1-lambda) + ...

2 years ago | 3 answers | 0

3

answers

Question


Random draws from conditional multinomial distribution
I have to simulate data for 100 agents over 10,000 time periods for a variable, x. The initial value of x at time 0 for all agen...

4 years ago | 1 answer | 0

1

answer

Answered
Loop in Value Iteration Unrecognized by MATLAB
For clarification, EV1, EV0, P0 and P1 are matrixes, while u_0 and u_1 are vectors. EV1 and EV0 are 2x175, P0 and P1 are 175x175...

4 years ago | 0

| accepted

Question


Loop in Value Iteration Unrecognized by MATLAB
I am trying to solve a value iteration problem. I have a matrix, EV, with two columns which must be estimated seperately. Howeve...

4 years ago | 1 answer | 0

1

answer

Question


Defining a function for a vector of values, while keeping two variables unknown
I have created a function on matlab dependent on three variables, say: f= @(x,y,z) f(x,y,z) I have a vector of values for x, l...

4 years ago | 4 answers | 0

4

answers

Question


Bellman Equation with two independent variables
Imagine I have a bellman equation with two independent variables: V(a,b) = max{u(a,b)+V(a',b')} where the maximization is with...

4 years ago | 1 answer | 0

1

answer