V1.13.15
Stata-MCP v1.13.15
Release Date: December 30, 2025
Type: Feature Release
What's New
Enhanced data summary statistics with additional distribution measures for comprehensive statistical analysis.
Changes
- Sample Size (n): Added observation count to show valid data points for each variable
- Skewness: Added 3rd moment to measure distribution asymmetry (positive=right tail, negative=left tail)
- Kurtosis: Added 4th moment (excess kurtosis) to measure distribution tailedness and peakedness
- Enhanced Summary:
get_data_infonow returns 7 statistics (previously 4) for numerical variables - Documentation: Updated docstring examples with real auto.dta dataset outputs (3 decimal precision)