Skip to content

1.0 sciplot-edition

Latest
Compare
Choose a tag to compare
@SaltworkerMLU SaltworkerMLU released this 28 Jul 19:33
· 11 commits to main since this release
5f6df0d

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