arkedia
portsaid university
Followers: 0 Following: 0
Professional Interests: time series bayesian analysis
Estadística
29 Preguntas
0 Respuestas
CLASIFICACIÓN
168.410
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
29 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
37.93%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to store all loop results? how can i solve this problem??
i have the following loop for i=1:4 for j=2:5 if i<j a=i; ...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
help with storing i,j loop results?
the following code,i use it to calculate a statistic. note:the statistic is (AIC) used in regression rand time series identifica...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i store result from loop in a matrix?
I have the following loop x = [1 2 3 4 5;4 5 6 8 9;8 7 6 3 1;5 6 7 9 1;6 4 2 9 6] y=[10 30 24 35 40]' one=[] fo...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i save results from loop as a row vector?
If I have a loop for i=1:4 for j=2:5 c=x(:,[i,j]) v=mean(x) end end I want to save the mean...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i get all subsets from a matrix
i have a matrix for example x= [1 2 3 6 7;4 5 6 8 9;8 7 6 3 1;5 6 7 9 1;6 4 2 9 6] i want ta take first colomn with the ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i put a label for columns in an array?
i have a vector as follows x=[1 5 8 0 6 1] i want result to be x1 x2 x3 x4 x5 x6 1 5 8 0 6 1 how can i do...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
code using if but didn't work?? any help
i want to make a subcod in a simulation as follows 1- choose the lowest numberin a=[9 5 6 1 -5 0 2] 2- replace this value ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can call a result used inside a function?
i'v created the following loop for i=1:k samples=simss(e,y,q,m,cfg); z=[z;samples]; end the function sims...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to make a loop ??
i have a regression model with 3 variables x1 x2 x3 and all possible regression models are 2^3=8 x1 , x2,x3 x1x2, x1x3,x2x3 ,no ...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
is there any code for AIC "Akaike information criterion" using matlab 2009?
I have a model with 10 regressors ,it means 2^10 possible combination i want to apply aic on all possible models Any Help??
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How can i apply AIC to all possible lags in a moving average time series model with 10 lags?
I have a moving average time series model with 10 lags. I want to make a simulation to apply subset AIC (Akaike information cr...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i calculate subset aic using matlab
i have 5 variables in regression model and i want to use aic criterion to choose the correct model i have 2^p (2^5=32 combinatio...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How can i use aic to regression model and time series models matlab R2006a ?
How can i use AIC and BIC to regression model and time series models (without garchfit) using matlab R2006a, I tried to use aic ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to generate moving average time series data? in detalies
I want to generate a data from a moving average time series model of order 1and 2 and 3 with different theta =0.8, 0.5, 0.9 i'v ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to generate moving average time series data?
i want a data generated from a moving average time series model i have matlab R2009b i don't know how to simulate this data i tr...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i generate a moving average time series data using amtalb R 2006 a?
i want to generate moving average time series data , i used a the function armasim function z = armasim(phi,theta,n) %...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i choose certain rows from a matrix?
i have a matrix (resulted from simulation) it contains 10000 row i want to make a new matrix from this matrix it contains only 1...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i make a storage in simulation for matrix ?
i'm creating a simulation and the following is part of the code for i=1:k samples=ssvs(e,y,q,m,k) z(i,:)=samples end...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Stochastic search variable selection ssvs simulation?
i want to make a simulation to ssvs gibbs sampling algorithm do any one now how?? note the code is avelable on the web and writ...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i store matrix inside simulation to get bigger matrix ?
i'm creating a simulation and first step result is matrix for example matrix of order (100 row and 4 columnes) the simulation ne...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i force a matrix to be positive sime-definite matrix?
i'm creating a gibbs sampling algorithm and i one of thge steps an error appears in using mvnrnd function , sigma must be positi...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
error message in using mvnrnd function??
i'm craeting a gibbs sampling algorithm and the fdollowing message appears when i'v used mvnrnd function : ??? Error using ==...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Help please simulation of gibbs sampling isempty function?
i make a simulation to a gibbs sampling algorithm and the following code is part of the simulation : mamodel=@(x)find(isme...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How can use isempty function or another function in matlab??
i didn't know how to use isempty function for example: the first matrix from simulation=[18 1 0 0 0;12 0 0 0 1;15 1 1 0 0]...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i deal with empty matrix: 0-by-any number resulting from simulation???
I have made a simulation and the result each time of the simulation is a matrix and i choose a certain row from the matrix, so ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i choose a certain row from simulation?
i make a simulation it's results is a matrix so, if the run =500, i'll have 500 matrix my quistion is..........i want to choose ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i store all simulation results from ?
I'm running a simulation algorithm for example 500 runs, (note the result is matrix) , my question is: How can i store all the ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
how can i store all simulation results from gibbs sampling VERTICALLY?
for example : for i=1:3 b=n*ones(3) end the result will be [3 3 3;3 3 3;3 3 3] BUT i want to save the hole result as [1 1 1;1 1 ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
how can i store all simulation results from gibbs sampling ?
for example : for i=1:3 b=n*ones(3) end the result will be [3 3 3;3 3 3;3 3 3] BUT i want to save the hole result as ...
casi 12 años hace | 1 respuesta | 0