Statistics
RANK
22 970
of 297 046
REPUTATION
1
CONTRIBUTIONS
21 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
OLS regression for multiplr Ys, Xs
Hi all, I need to regress multiple Ys on Xs and Zs so the model to look like: Yij = aj+ bj*Xij+ kj*Zij for i=1......
ungefär 13 år ago | 2 answers | 0
2
answersQuestion
Data Frequency Transformation
Hi all, I use a dataset of intraday stock prices at random time intervalas. Is there any code to transform these data into sp...
ungefär 13 år ago | 1 answer | 0
1
answerSelect/ Short rows from ASCII files
Thanks so much Fangjun! Is there any way to export the result in a new ASCII file? Panos
mer än 13 år ago | 0
Question
Create Code frrom scratch
Hello all, I am new with MATLAB and I try to implement the below code: My inputs come from an ASCII file like: Sto...
mer än 13 år ago | 1 answer | 0
1
answerQuestion
Select/ Short rows from ASCII files
Hello, I work with very large ASCII file, as the below sample STOCK DATE TIME PRICE ETE 04/01/2010 10170000 18.54 43...
mer än 13 år ago | 2 answers | 0
2
answersQuestion
Itraday returns/ time series creation
Hi, I work with the below sample of (intraday) high freequency stock data: sample: STOCK DATE TIME PRICE VOLUME E...
mer än 13 år ago | 1 answer | 0
1
answerQuestion
Maximum Likelihood Estimation
Hello all, I am a new in Matlab and i am trying to estimate some parameters with MLE. I try both 'mle' and the Statistical ...
mer än 13 år ago | 1 answer | 0
1
answerQuestion
Maximum Likelixood estimation
Hello everyone I am trying to use Maximum Likelihood Estimation with two constant terms and a particularly complex function...
mer än 13 år ago | 0 answers | 0
0
answersQuestion
algorithm implementation
Hello, %I work the below sample txt file: ETE 04/01/2010 10145959 18.31 500 Big Cap ETE 04/01/2010 10150000 18.01 70 Big Ca...
nästan 14 år ago | 1 answer | 1
1
answerQuestion
Sum of Rows
I have the below sample of txt file: Stock Date Time Price Volume Stock Category Trade ETE 04/01/2010 10145959 18.31 500...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
Select rows with textscan
Hi I use the below text file: ETE 04/01/2010 10170000 18.54 430 Big Cap ABC 04/01/2010 10190000 18.34 200 Big Cap Y...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
sort arrays with sortrows
Hello, %I have the below txt file. Stock Date Time Price Volume Stock Category ETE 04/01/2010 10145959 18.31 500 Bi...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
How to Compare strings
Hello, I need to compare strings and sort in (even in alphabetical order) but without using the _sort_ code. I r...
nästan 14 år ago | 2 answers | 0
2
answersQuestion
Choose specific rows from txt files
Hello, I work on the below sample of a txt file: STOCK DATE TIME PRICE VOLUME ETE 04/01/2010 10145959 18.31 500 Big Cap...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
problem in strcat
Hello, %I use the below sample of huge txt file: ETE 04/01/2010 10145959 18.31 500 Big Cap ETE 04/01/2010 10150000 18.01 ...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
Problem in defining a column
Hello, %I want to define the column 4 of a set of txt imported data. Thus: % I import the data like: fid = fopen('ex.tx...
nästan 14 år ago | 2 answers | 0
2
answersQuestion
Export of string into ASCII file
Hello, % I have imported some data as txt from an ASCII file (stocks.txt) Since I created a new variable 'Trade' with its ...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
Application of codes on big ASCII file.
Hi all, % I work the below code serie : % Read stock data from file fid = fopen('stocks.txt'); data = textscan(fid,'%s%s...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
frewind
Hello, I am trying to read as a text the data from an big ASCII file (almost 540 MB), but I get the below errr message: ...
nästan 14 år ago | 1 answer | 0
1
answerQuestion
New column
Hello, I work with the below part of a txt file (since the original is huge one): Stock Date Time Price Volume...
nästan 14 år ago | 2 answers | 0
2
answersQuestion
Select rows from txt file
Hi, Could someone help on how can I choose specific rows from the below sample (the original txt file is actually huge): ...
nästan 14 år ago | 2 answers | 0
2
answersQuestion
Creation of new column
I have an input file (ex.txt) which contains three columns 0 0 0 1 2 5 2 3 6 3 4 4 4 1 3 6 4 8 5 2 9 2 5 5 ...
nästan 14 år ago | 2 answers | 0