Skip to content

1.0 matplotlib-edition

Choose a tag to compare

@SaltworkerMLU SaltworkerMLU released this 26 Jul 16:56
· 11 commits to main since this release
5f6df0d

The capabilities of 1.0 matplotlibcpp-edition are as follows:

  • Regression model(s) and coefficient(s) of determination R^2
    1. Linear
    2. Exponential
    3. Logarithmic
    4. Power
    5. Second-degree polynomium [degree of polynomium adjustablue in code]
  • Plotting
    1. Regression models
    2. Residual plot hereof
  • Other statistical descriptors (x- and y-axis respectively)
    1. Domain & range; quarters of dataset
    2. Average/mean
    3. Variance, standard deviation, sample standard deviation
  • Correlation coefficient r of ONLY linear regression model