![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16319095_1569157941981_DEF.jpg)
Luca
Followers: 0 Following: 0
Estadística
17 Preguntas
0 Respuestas
CLASIFICACIÓN
35.102
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
17 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.59%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Reshape data the first row becomes the different columns
Hi, I would like to reshape my data set, that includes different stocks i a year and is in the form of a table. Currently it loo...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Use splittapply with division
Hi, I have data of total 76 stocks over a year. I would like to normalize the data of each stock by dividing the whole stock t...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Dividing a row in a table by its first entry which results in a new column with a 1*1 table in each row. How can i change it to the number?
Hi, I want to normalize my row by dividing it by its first entry. Which I'm doing in the following way. D1990.pricenorm = D19...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Expand a table to match number of rows of an other table
Hi, I have a table T with dimension 1*2. The first column is month and the second year. For example month year...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Counting years from a date time variable
Hi, I have table with a datetime variable in it from 02.January.1962 to 31.December 2016. i would like to create a new you col...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to run if and exist ?
Hi, I'm trying to run this loop. for year= 1962:2016 for id=10000:93436 sub_regress = sub...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating a new column in a table which is true or false
Hi, I have to tables. One is called subsetx the other one is called subsety. In subsetx are two columns one is called ID and t...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to keep numbers that are smaller than a certain value?
Hi, I created a table with the value of the 20% percentile for a certain year. I have a second table with diffrent stocks and ma...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to sort a table into five subsets?
Hi, I have table with stocks. Now I would like to sort them into subsets according to their size. My goal is to create the 5 s...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to reshape a dataset?
Hi, I have a dataset with stock returns for around 50 stocks, which I attached to the question. The time period is from 1962-20...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create subsets?
Hi, I have a dataset of couple of thousend stocks, which is attached to this question. I calculated the market capitalisation...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Error ~= Invalid types for comparison
Hi, I tried to run this code: D2sub1.RETsm(D2sub1.ID ~= lagmatrix(D2sub1.ID, 1)) = NaN; and get the error Error using ~= ...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
regress function error for matrix multiplication
Hi, I tried to regress stock returns on market returns and I get this error: Applying the function '@(x,y){regress(y,x)}' to...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to split an cell array of two numbers into two columns
Hi, After running regress with splitapply(). I get a cell array where each row contains a cell with two numbers. I would like ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem with accessing data after splitapply and regress
Hi, I have two stocks with daily stock returns and the marketreturns also daily. I ran a regression seperatly for each year an...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use splitapply with fitlm
Hi, I want to run a regression for 2 diffrent stocks for each year of observation separately. So i get a new Betas for each s...
casi 4 años hace | 1 respuesta | 1
1
respuestaPregunta
Calculating standard deviation for each year
Hi, I need to calculate for each stock the standard deviation for each year of observation. I created a subset with to stocks...
casi 4 años hace | 1 respuesta | 0