photo

59morgan


Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

10 Domande
0 Risposte

RANK
37.390
of 301.647

REPUTAZIONE
1

CONTRIBUTI
10 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
60.0%

VOTI RICEVUTI
1

RANK
 of 21.372

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 175.953

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


str2double breaks when you pass in a vector?
this works: double = str2double('06012015'); but this doesn't: doubles = str2double(['06012015' '06022015']); whos d...

oltre 9 anni fa | 2 risposte | 1

2

risposte

Domanda


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...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 10 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 10 anni fa | 2 risposte | 0

2

risposte