Skip to content

V1.13.15

Choose a tag to compare

@SepineTam SepineTam released this 30 Dec 09:36
· 479 commits to master since this release

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_info now returns 7 statistics (previously 4) for numerical variables
  • Documentation: Updated docstring examples with real auto.dta dataset outputs (3 decimal precision)