Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ GDP Public

A program to calculate a forecast given some data

Notifications You must be signed in to change notification settings

stroming/GDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyFutureExam

A little program that is going to solve every exercise on my future exam ..

ForecastingAndPlanning

Is intended as a calculator for my Forecast and Planing subject in UNSS

Summary

The user inputs a series of data: the time from which we start colecting data, the data itself and an alpha coef. After the user iputs the data, he picks(soon to be implemented) a calculating method and the program calculates the forecast for the next X days/months/years

Usage

  • add a alpha coeficient(1<a<0)
  • add a starting point of data collected (i.e. year or day or month)
  • add data for each subsequent year
  • pick a calculating method

Building

  • Navigate in cmd to path\to\file
  • dotnet build file.sln
  • dotnet publish -c Release -r win10-x64
  • navigate to and start ..bin..\filename.exe

About

A program to calculate a forecast given some data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages