필터 지우기
필터 지우기

Is there any solution to fit plane onto sampling data?

조회 수: 1 (최근 30일)
Mr M.
Mr M. 2015년 1월 9일
댓글: Nikola Stan 2021년 9월 1일
For example I have the variables x, y (or higher dimensional data in general) and a probability distribution p(x,y). I want to approximate p(x,y) as a linear function, a plane in this case, at least somewhere in the domain. However I only have samples from the distribution. In case of big amount of data the easy way is to collect them into bins, and fit a plane onto the estimated density function. But I dont want to compress data, I would like to extract the maximum information and use the points itself. Are there any method to do this?

답변 (1개)

Peter Borda
Peter Borda 2015년 1월 9일
I'm not sure if I understand the problem correctly, but if you have a high number of sample point on which you have to fit a plane of any dimensions, you can use this method:
  댓글 수: 2
Mr M.
Mr M. 2015년 1월 9일
NOT, not, and NOT! I don't want to fit to points which belongs to the plane. I do not have (x,y,z) triples, I only have (x,y) samples from the p(x,y) density.
Nikola Stan
Nikola Stan 2021년 9월 1일
having (x,y,p(x,y)) is equivalent to having (x,y,z) triplets

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by