Advanced Statistical Engineering Notes
-
Handling Missing Value Dispersions
Missing values parameters represent a serious constraint in the valid implementation of predictive data models. The following frameworks are utilized to handle missing elements safely:
- Listwise deletion: Drops whole records if fields contain empty cells. Suitable only if records are Missing Completely At Random (MCAR).
- Pairwise deletion: Excludes cases only on a test-by-test basis depending on specific analysis variables.
- Multiple imputation: Advanced parameters replacing missing data targets by pooling repeated predictive simulations.
-
Structural Equation Modeling (SEM)
Used to analyze complex causal pathways across hidden structures by analyzing structural validation models alongside regression weights concurrently. It allows the tracking of structural paths linking observed indicators to underlying unobserved constructs (latent variables).
-
Principal Component Analysis (PCA)
Dimensionality reduction tracking filters. Steps in evaluating components include:
- Need to check for components with Eigenvalues greater than 1.
- Need to verify component break coordinates in Scree plots with values greater than 1.
- Evaluate feature loadings metrics on individual target components to discard items with low loading metrics safely.
- Execute KMO & Bartlett’s sphericity testing models to prove whether the source correlation matrices deviate significantly from an identity matrix.