gnu-octave / statistics

The Statistics package for GNU Octave
GNU General Public License v3.0
24 stars 22 forks source link

Coding Style Correction #152

Closed ruchikasonagote closed 1 month ago

ruchikasonagote commented 1 month ago
  1. Line length 80 characters. Exception: error messages of input validation.
  2. Corrected error messages.
  3. Added demos and test cases for partialDependence method.