Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

classifying data to caculate transition probabilities

조회 수: 1 (최근 30일)
som
som 2011년 8월 5일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi all
I have a 23×36 matrix of data which each column is a time series of a random variable having Normal distribution. I want to classify each column of data into subclasses in such way that the probability of data of classes be equal.
Could you please guide me.
Thanks

답변 (2개)

Walter Roberson
Walter Roberson 2011년 8월 5일
In order for the frequency of each group to be equal when the total number of data elements is 23, then either you need one single group of size 23, or else 23 groups each of size 1. Any other arrangement will end up with at least one group having a different frequency than the other groups.

Daniel Shub
Daniel Shub 2011년 8월 6일
This seems like a pretty straight forward classification problem. What have your tried so far? Assuming your data satisfy a few constraints (Normal gets you most of the way there) a perceptron should work (or you could use glmfit or correlation).

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by