ga56
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
39 144
of 295 712
REPUTATION
1
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
1
RANK
of 20 274
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 359
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
Which Cluster algorithms can I use when I have a Pairwise Distance Matrix?
HI, I applied Dynamic Time Warping to my data and as a result I have a Pairwise Distance Matrix. Which Cluster algorithms ca...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
How can I fit a function to my data that consists of polynoms and gaussian?
I have data that is pretty well explained by a gaussian fit. But some of the data can not be explained that way. So I want to ex...
mer än 7 år ago | 1 answer | 0
1
answerQuestion
How can I create a Hidden Markov Model (HMM) out of continuous Input and discrete Output?
I want to create a Hidden Markov Model. I am trying to use the <https://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html HMM Toolbox...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
What do the Distribution Parameters of fitcnb mean?
What do the Distribution Parameters of fitcnb mean?
nästan 8 år ago | 1 answer | 0
1
answerQuestion
How can I automatically scale each of the elements of a Vector V to the respective size of the cell of the struct S?
I have a struct called Observations.t0 which has 140 cells -> Observations(1).t0 up to Observations(140).to and every Observatio...
nästan 8 år ago | 2 answers | 0
2
answersQuestion
How can I automatically load multiple data files and insert it into one matrix?
I have 10 .mat files with 5 variables each. I want to load them automatically in MATLAB into one Matrix were the values of the v...
nästan 8 år ago | 2 answers | 0
2
answersQuestion
How can I calculate the F and p Values for more than 2 numeric vectors with anovan?
How can I calculate the F and p Values for more than 2 numeric vectors with anovan? This is my code: %load data y = [52...
nästan 8 år ago | 0 answers | 0
0
answersQuestion
How do I apply the T-Test correctly?
Hi everyone, I am not sure if I apply the T-Test correctly to my data. In the description it says _"H = TTEST(X) performs a t...
nästan 8 år ago | 1 answer | 0
1
answerQuestion
PCA which Features are kept?
I'm struggeling with the Classification Learner App. I just tried the PCA on my features and it says something like this: Afte...
nästan 8 år ago | 1 answer | 1
1
answerQuestion
Automatically creating and editing Fields of struct with for Loop
That is my current code: %% Struct Problem for k=1:5 struct.i(k).m=rand; struct.i(k).n=rand; struc...
nästan 8 år ago | 1 answer | 0