How to find the equation of a 2D plane that best fits a set of vectors defined in n dimensions?
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rahul
el 21 de Oct. de 2024
Comentada: Rahul
el 24 de Oct. de 2024 a las 19:33
I have several vectors defined in 6 dimensions that should all lie on the surface of a 2D plane.
I know that the plane can be readily defined using any two vectors in the plane that are not colinear, these two vectors should span the subspace defined by the plane. However, the vectors all have some amount of noise (as they are determined through an experimental procedure). Therefore I'm looking to find the best fitting plane, that best describes all of the vectors, rather than just picking any two.
I think that the plane should either be defined by a vector equation, or by a system of linear equations. I think the latter system should consist of 4 equations in order to entirely constraint the subspace into 2 dimensions (which should be the case, since it is a 2D plane we are finding).
I'm struggling to do this. Does anyone have any ideas? Thanks for your help!
2 comentarios
Swastik Sarkar
el 21 de Oct. de 2024
For determining the best plane of fit for vectors, mean-centering the data followed by applying singular value decomposition (SVD) can work. This approach identifies the plane that optimally fits the given vectors. The process is detailed in the following MATLAB Answer:
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!