Skip to content

This is a application used to preform linear regression based math on excel files of energy data to find rSquare values, savings percentages, fitted models, and p values (still in the works). Data is shown through two different ways, the first being a heatmap based on rSquare values, and the second being a graph of both rSquare values and saving…

License

Notifications You must be signed in to change notification settings

ORNL-AMO/Sliding-Regression-Tool

Repository files navigation

Sliding-Regression-Tool

Summary

This is a application used to preform linear regression based math on excel files of energy data to find rSquare values, savings percentages, fitted models, and p values (still in the works). Data is shown through two different ways, the first being a heatmap based on rSquare values, and the second being a graph of both rSquare values and savings percentage.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ORNL-AMO/Sliding-Regression-Tool.git
# Go into the repository
cd Sliding-Regression-Tool
# Install dependencies
npm install
# Run the app
npm start

Once the program is started drag and drop a simple one page .xlsx. The .xlsx must have its far left column as the date column, with the following columns being data columns for dependent and independent variables with no particular order.

License

MIT

About

This is a application used to preform linear regression based math on excel files of energy data to find rSquare values, savings percentages, fitted models, and p values (still in the works). Data is shown through two different ways, the first being a heatmap based on rSquare values, and the second being a graph of both rSquare values and saving…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published