Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
37.634
of 301.763
REPUTACIÓN
1
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.413
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.447
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
str2double breaks when you pass in a vector?
this works: double = str2double('06012015'); but this doesn't: doubles = str2double(['06012015' '06022015']); whos d...
más de 9 años hace | 2 respuestas | 1
2
respuestasPregunta
option chains and neural nets
it seems reasonable to think of option chains as having some predictive power with respect to the price of their underlying secu...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
timeseries and categorical data
I'd like to chart two time series: closing prices, by day, for a given stock, and a set of buy/sell recommendations for that sto...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
how to store a series of single rows that have different numbers of columns
I have a loop that creates a series of single rows that have different numbers of columns I need to collect/store these as th...
alrededor de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
using 2D data as input for a neural network
have data that i'd like to use as input for a pattern recognition neural net project the data comes as a series of tables, ea...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to use histogram(data, num_bins)?
I have a 8945x1 double array, and I want to view it's distribution, as a histogram first try: histogram(data), here's what I ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to use histogram(data, num_bins)?
I have a 8945x1 double array, and I want to view it as a histogram first try: histogram(data), here's what I get: <</matla...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
creating a timeseries inserts extra value at beginning of time vector
I'm using this form to create a timeseries: ts = timeseries(data_vector, datestring_vector) but the ts gets an extra row a...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
why is corrcoef returning NaN's?
I'm passing in a single matrix, lots of rows (est 5k), 2 cols -- there are no NaNs in the data, and the data is all doubles, f...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
neural nets: validation vs testing?
wondering what the real difference is between validation and testing? both are tests of the net, it would seem thanks
alrededor de 10 años hace | 2 respuestas | 0
