Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How to build regression model for data from multiple flights?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have an aircraft climb data for 10 flights, which consists of 3 predictors (x1, x2 x3) and one response variable (y-change in altitude). These flights took place in different years, but the characteristics are same, e.g., the same type of aircraft, same payload etc. I want to build one regression model based on these 10 flights. Does anybody know how I can use regression app for the problem like this?
댓글 수: 0
답변 (1개)
Bernhard Suhm
2018년 3월 25일
You build a table with your 3 predictors and the response as columns, and their values from the 10 flights as rows, load that into the regression learner app (+ New Session button, load your table from the workspace), and then build a regression model. However, 10 observations are too few to train a robust model.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!