Estadística
34 Preguntas
6 Respuestas
CLASIFICACIÓN
11.205
of 295.673
REPUTACIÓN
4
CONTRIBUCIONES
34 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
5.88%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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 estimate cdf from ksdensity pdf
I have a quick question about ksdensity. For a given variable I derive distribution by binning into a specified number of bins, ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
binning histogram and obtaining the proportions
Dear all, I have a quick question. I have histogram and now suppose a new observation comes in and I would like to know which bi...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
finding n maximum elements in a matrix
Hi all, I have a symmetrical matrix of size mxm with diagonal elements equal to one. The values range [-1,1]. I would like to fi...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
coloring by third variable
Dear All, quick question. I have three variables comb(:,1), comb(:,2), comb(:,3) where comb(:,3) is the variable of either...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how to sort correlation matrix
Dear all, I have correlation matrix rho. And I would like to sort it so that I can observe the high and low correlations. I als...
casi 8 años hace | 0 respuestas | 1
0
respuestasPregunta
datenum problem with conversion
I have a question. I am trying to use datenum function as below. Question: why ans1=ans2? Am I using format wrongly? Thank you! ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot time format
I have two time matrices of t1=3x250 and t3=3x450 with 3 columns representing hour, minute and second as integers. I also have t...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
is it possible to do something like this in the loop:
if true % load Time; Time_test_1 = Time; clear Time; %load Time again; Time_test_2 = Time; ...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
MFE garch tool box
I have a quick question regarding garch MFE tool box. It has a function called arma_forecaster. I am using this code to test the...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
econometric tool box surprise
Hi everybody, so I have not touched this code in few years but I am currently looking at it and it appears that some functional...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
predictive ability of matlab
I have original time series that experienced as some point in time abnormal values. I would like then to compare it to 12 other ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestahow to create two bell shape curves
Hi Wayne, yes, I tried both ways already. However, if you do sum(y) or sum(y1) to give you the are under the curve (or trapz(y)...
más de 11 años hace | 0
Pregunta
how to create two bell shape curves
with the areas under these curves equal to 1, the same mean but different standard deviations. Thanks!
más de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
gaussian histogram so that area is equal to one.
I have a quick question. I am creating my data in the following manner: a = -100; b = 100; x = a + (b-a) * rand(1, 500);...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
is the a way to vary intersection between two normal bell curves
I would like to generate two random gaussian curves in such a way that I have a way to control intersection between these two cu...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
difference between trapz and just summing
Dear everybody, I was wondering what is the difference between the function trapz and the sum as used below. It appears to be a...
más de 11 años hace | 1 respuesta | 0
1
respuestanot sure how to approach this
This is sooo great! I am so thankful to you!
casi 12 años hace | 0
Pregunta
not sure how to approach this
I have a 2D matrix. Let's say A=80x100; I need a way to visit each cell in this matix only once. Moreover my problem is a littl...
casi 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Cell array....searching without a loop?
I have a cell array A. Size is 200x1. The size of A{1} is 501x201x119=i x j x k. The same is true for other cells in A. Now for ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
plotting histogram at each pixel of imagesc, possible?
Hi everybody, I have a quick question. I have two variables a=11x119x50 and b=119x50. I am plotting b as imagsc(b). Now I wou...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
is there to make this double room to run faster?
Hi guys, I am trying to reduce the cost of running my program: is there a way to reduce two pieces of code: FIRST ONE: ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
quick syntax question for saving run time
I have the following: m1 = rand(5,5) m2 = rand(5,5) m3 = rand(5,5) m4 = rand(5,5) ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestafinding a minimum from multiple matricies
You, guys, are soooooooooooooo great! Awesome! and thank you!
alrededor de 12 años hace | 0
Pregunta
finding a minimum from multiple matricies
Hi everybody, I have a few large matricies of equal size. At each location, I would like to find minimum and its index. Note, es...
alrededor de 12 años hace | 5 respuestas | 1
5
respuestasPregunta
comparing shapes: how to find the right one
Hi everybody, I have the following problem. I have a true data set. Which is a binary matrix (0/1). If I do imagesc(true_data), ...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
shape matching: how to best address this problem
Hi everybody, I have this problem. In the figure, I need to see which set 1 or set 2 best matches my main set. Of course, you ca...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
automatic kmeans: choosing the number of clusters automatically?
Hi, I was wondering if there is a way in matlab to do automatic kmeans clustering where the number of clusters K is choosen auto...
más de 12 años hace | 2 respuestas | 0
2
respuestasthe problem of shifting and pcolor
This is exactly the issue with pcolor I am facing. I am just not sure how to solve this small problem: p_color with shading fla...
más de 12 años hace | 0
Pregunta
the problem of shifting and pcolor
Hi all, I am doing this code, and it appears that my text pixels are shifted compared to my pcolor output. Any suggestions. Not...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
pcolor and pixel shift
I am using the following code. It appears that my text '*' has been shifted somewhat. Any suggestions on how to shift it back. I...
más de 12 años hace | 1 respuesta | 0