photo

59morgan


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
37,390
of 301,652

声誉
1

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
1

排名
 of 21,375

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,981

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

9 years 前 | 2 个回答 | 1

2

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 3 个回答 | 0

3

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答