Given a peak located at fp, the procedure takes the peak and a fixed number of points to either side, replaces the mass term with a dummy variable, d, and computes the modal parameters by solving the system of equations
fp 에 있는 피크가 주어진 경우, 이 절차에서는 해당 피크와, 피크의 한 쪽에 고정된 지점 개수를 취하고, 질량 항을 가변수 d 로 대체하고, 다음 방정식 시스템을 풀어 모드 파라미터를 계산합니다.
Other results
The X property stores the training data as originally input and does not include the dummy variables.
Similarly, the Beta property stores one beta coefficient for each predictor, including the dummy variables.
마찬가지로, Beta 속성은 가변수를 포함하여 예측 변수마다 하나의 베타 계수를 저장합니다.
The SupportVectors property stores the predictor values for the support vectors, including the dummy variables.
SupportVectors 속성은 가변수를 포함하여 서포트 벡터에 대한 예측 변수 값을 저장합니다.
The software stores k - 1 additional predictor names for the dummy variables, including the names of levels 2, 3, ..., k.
소프트웨어는 수준 2, 3, ..., k 의 이름을 포함하여 가변수에 대해 k - 1 개의 추가 예측 변수 이름을 저장합니다.