Skip to content

Releases: SaltworkerMLU/RegressionAnalysis_CAS-plotting

1.0 sciplot-edition

28 Jul 19:33
5f6df0d
Compare
Choose a tag to compare

The daredevils can go ahead and run RegressionAnalysis_sciplot.exe right now!

If you want to plot the results however, you still have to install gnuplot: https://sourceforge.net/projects/gnuplot/

NOTE: Make sure to set {...\gnuplot\bin} as an environment variable

The capabilities of 1.0_sciplot-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

1.0 matplotlib-edition

26 Jul 16:56
5f6df0d
Compare
Choose a tag to compare

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