GlobalSearchRegressionGUI.jl

Global Search Regression GUI
Author ParallelGSReg
Popularity
0 Stars
Updated Last
1 Year Ago
Started In
April 2018

GlobalSearchRegressionGUI Build Status

GlobalSearchRegressionGUI is the graphic user interface of GlobalSearchRegression, an automatic model selection julia package for time series, cross-section and panel data regressions which performs all-subset regressions under an efficient parallel computing environement.

Intallation

pkg> add GlobalSearchRegressionGUI

How to use

using GlobalSearchRegressionGUI
gui()

Build Setup

# install depedencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.