- Hands-On Ensemble Learning with R
- Prabhanjan Narayanachar Tattar
- 145字
- 2021-07-23 19:10:51
Board Stiffness
The board stiffness dataset is available in the ACSWR
package through the stiff data.frame
stiff. The dataset consists of four measures of stiffness for 30 boards. The first measure of stiffness is obtained by sending a shock wave down the board, the second measure is obtained by vibrating the board, and the remaining two are obtained from static tests. A quick method of identifying the outliers in a multivariate dataset is by using the Mahalanobis distance function. The further the distance an observation is from the center, the more likely it is that the observation will be an outlier:
> data(stiff) > sort(mahalanobis(stiff,colMeans(stiff),cov(stiff)),decreasing = TRUE) [1] 16.8474070168 12.2647549939 9.8980384087 7.6166439053 [5] 6.2837628235 5.4770195915 5.2076098038 5.0557446013 [9] 4.9883497928 4.5767867224 3.9900602512 3.5018290410 [13] 3.3979804418 2.9951752177 2.6959023813 2.5838186338 [17] 2.5385575365 2.3816049840 2.2191408683 1.9307771418 [21] 1.4876569689 1.4649908273 1.3980776252 1.3632123553 [25] 1.0792484215 0.7962095966 0.7665399704 0.6000128595 [29] 0.4635158597 0.1295713581
推薦閱讀
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- Introduction to DevOps with Kubernetes
- JavaScript實例自學手冊
- Getting Started with Containerization
- 離散事件系統建模與仿真
- 物聯網與云計算
- 小型電動機實用設計手冊
- Spark大數據技術與應用
- 樂高機器人—槍械武器庫
- Nginx高性能Web服務器詳解
- 深度學習與目標檢測
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- Salesforce Advanced Administrator Certification Guide
- 學練一本通:51單片機應用技術
- Windows安全指南