Pregunta


Using the global operator
I have a function below. As you can see if t==1 I create a vector kk. However, I can not use this kk in the 'else' statement...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using the operator @ and the function
Dear all, I have a function function ll=sample(x,a,b,c,d) end , where x appears in 1000 equations in various positio...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


constructing a time variable in matlab
Dear all, I have a matrix data= [9 30 0 9 30 0 9 30 0 9 30 0 9 30 ...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


changing the format of a cell matrix
Dear all, I have this cell matrix 'data', where as you can see below the element for example 8:00:06 is the hour-minute-secon...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Respondida
cubic spline regression and plot
Any help?

casi 7 años hace | 0

Pregunta


cubic spline regression and plot
Dear all, I have two variables X and Y. X and Y are both vectors of dimension 8561X1 For example: X=[ 1 1 ...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


less than or equal and greater than of equal operations
Dear all, I have this vector DIFF=[ 0 0.0500 -0.0200 0.0100 -0.0400 0 0 ...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


fmincon: Matrix is singular to working precision.
Dear all, I get the following message but the code seems to be working ok In fmincon (line 797) Warning: Matrix i...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


maximizing a function with a nonlinear constraint using fmincon
Dear all, I have a function 'fun' which I want to maximize with respect to four unknowns: x(1) x(2) x(3) and x(4) under th...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


solving an equation recursively
Dear all, I want to solve the following equation m(t)=a(t)+k*m(t-1); t=2,...T for the entire path m(t), with the...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


setting up the ''options' in fmincon
Dear all, I want to maximize a function, where the univariate unknown, x, with respect to which the maximization takes place ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Setting up the fminunc function
Dear all I want to maximize a function, where the univariate unknown, x, with respect to which the maximization takes place is b...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


finding the maximun of a function along with hessian matrix
Dear All, I have the following function f=-1/2*log(2*pi) -.5*(x+a*b) -.5*y./exp((x+a*b) ) -1/2*log(2*pi*c)-0.5*(x-d*(1...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


solving a nonlinear equation faster
Dear all, I want to solve this equation -0.5+ 0.5*a*exp(-x-b*c) -(x-d)/e=0 where a,b,c,d are known quantities that ch...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Solving a nonlinear equation with time-varying parameters
Dear all, I want to solve this nonlinear equation: (a*b*exp(-c*d))*exp(-x)+2*b -2*x-b=0, where in each iteration of the ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using kronecker product and elementwise multiplication
Dear all, I have the matrix der=[2 5 ;3 4] OMEGA=kron(eye(2),der); Suppose that now I have the 1 by 2 vector y ...

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Inverse wishart parameter estimates
Dear all, For beta distribution and gamma distribution there are the functions betafit and gamfit, respectively. Is there...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Can I find the inverse of a sparse matrix faster?
Dear all, I have the following code T=2000; NN = speye(T) + sparse(2:T,1:(T-1),2*ones(1,T-1),T,T); u = NN\eye(...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to divide a large sparse matrix
Dear all I have NN = speye(T) + sparse(2:T,1:(T-1),2*ones(1,T-1),T,T); and I want to calculate zz=(NN\( eye...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


constructing identifiers for a large panel data
Dear all, I have a panel data of 180 countries covering the period 2000-2010. Here is a sample: list={'Australia' ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can we find the non common strings from multiple columns
Dear all, I want to compare the following three columns of strings (of different length) and find the entries that are NOT ...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to select particular rows from a matrix
Dear all, I have a panel data set(countries, years) of dimension 20000 by 200. My goal is 1) to choose those countries ...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how do we plot a bivariate normal distribution from one side?
Dear all I plot the following bivariate distribution mu = [0 0]; Sigma = [.25 .3; .3 1]; x1 = -3:.2:3; x2 = -3:.2:3; ...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Where can I run my Matlab code.
Dear all, I conduct some simulation studies but my laptop is not very fast. Could I run this code to a more powerful pc? Doe...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Generating random draws from a specific poisson distribution
Dear all, I have the following variation of the poisson distribution P(Y=y)=((mean/vbn)^(y))*(nv^(y-1))*(exp(-mean*nv/vb...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How we generate random variates from a generalized poisson distribution?
Dear all, I want to use generate draws from the "generalized poisson distribution". Is there any function in matlab to do that...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find maximum of a function.
Dear all, I have the following code that aims at maximixing LL_all with respect to "gidraw" which is scalar. %the dat...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


inv(A) versus /A. Which of the two is the correct one
Hi all, Let B be a n by 2 matrix and A is a 2 by 2 positive definite matrix. Which of the following two is correct ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Is it possible to run my matlab code at another workstation?
Dear all, Unfortunately, my personal laptop is not very strong and it takes days to run my Matlab code. Is it possible to run...

alrededor de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


reshaping tables and calculating combination of differences between variables
Hi all, I would like to reshape the following table Area time rates A1 2008 13 A1 2009 12 A2 2008 11 ...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Cargar más